logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

apparmor.vim - vim syntax highlighting file for AppArmor profiles

Bugs

apparmor.vim does not properly detect dark versus light backgrounds. Patches accepted. If you find any bugs, please report them at <https://gitlab.com/apparmor/apparmor/-/issues>.

Description

apparmor.vim provides syntax highlighting rules for the vim(1) text editor; the rules provide an easy visual method to inspect AppArmor profiles for syntax correctness and semantics. The colors indicate the relative severity of granting a specific set of privileges. Ranking access with colors is necessarily generic and vague, but it may help you understand your profiles better.

Name

apparmor.vim - vim syntax highlighting file for AppArmor profiles

See Also

vim(1), apparmor(7), apparmor.d(5), aa_change_hat(2), and <https://wiki.apparmor.net>. AppArmor 4.1.1 2025-07-23 APPARMOR.VIM(5)

Synopsis

Your system may be configured to automatically use syntax highlighting for installed AppArmor policies. If not, you can enable syntax highlighting in a specific vim session by performing: :set syntax=apparmor

See Also