apparmor.vim

Langue: en

Autres versions - même langue

Version: 2007-04-11 (mandriva - 22/10/07)

Section: 5 (Format de fichier)

NAME

apparmor.vim - vim syntax highlighting file for AppArmor profiles

SYNOPSIS

The SUSE vim package is configured to automatically use syntax highlighting for AppArmor policies stored in /etc/apparmor.d/ and the extra policies stored in /etc/apparmor/profiles/extras/. If you wish to use the syntax highlighting in a specific vim session, you may run:
  :syntax on
  :setf apparmor
 
 

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.

BUGS

apparmor.vim does not properly detect dark versus light backgrounds. Patches accepted. If you find any bugs, please report them to bugzilla at <http://bugzilla.novell.com>.

SEE ALSO

vim(1), apparmor(7), apparmor.d(5), change_hat(2), and <http://forge.novell.com/modules/xfmod/project/?apparmor>