2006-04-12 02:21:58 +00:00
|
|
|
# $Id$
|
2006-04-11 21:52:54 +00:00
|
|
|
# This publication is intellectual property of Novell Inc. Its contents
|
|
|
|
# can be duplicated, either in part or in whole, provided that a copyright
|
|
|
|
# label is visibly located on each copy.
|
|
|
|
#
|
|
|
|
# All information found in this book has been compiled with utmost
|
|
|
|
# attention to detail. However, this does not guarantee complete accuracy.
|
|
|
|
# Neither SUSE LINUX GmbH, the authors, nor the translators shall be held
|
|
|
|
# liable for possible errors or the consequences thereof.
|
|
|
|
#
|
|
|
|
# Many of the software and hardware descriptions cited in this book
|
|
|
|
# are registered trademarks. All trade names are subject to copyright
|
|
|
|
# restrictions and may be registered trade marks. SUSE LINUX GmbH
|
|
|
|
# essentially adheres to the manufacturer's spelling.
|
|
|
|
#
|
|
|
|
# Names of products and trademarks appearing in this book (with or without
|
|
|
|
# specific notation) are likewise subject to trademark and trade protection
|
|
|
|
# laws and may thus fall under copyright restrictions.
|
|
|
|
#
|
|
|
|
# Please direct suggestions and comments to apparmor-general@forge.novell.com.
|
|
|
|
|
|
|
|
|
|
|
|
=pod
|
|
|
|
|
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
apparmor.vim - vim syntax highlighting file for AppArmor profiles
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2006-11-10 12:47:28 +00:00
|
|
|
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:
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
:syntax on
|
2006-11-10 12:47:28 +00:00
|
|
|
:setf apparmor
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
B<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.
|
|
|
|
|
2006-11-10 12:47:28 +00:00
|
|
|
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.
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
=head1 BUGS
|
|
|
|
|
2006-11-10 12:47:28 +00:00
|
|
|
B<apparmor.vim> does not properly detect dark versus light backgrounds.
|
|
|
|
Patches accepted. If you find any bugs, please report them to bugzilla
|
|
|
|
at L<http://bugzilla.novell.com>.
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
vim(1), apparmor(7), apparmor.d(5), change_hat(2), and
|
|
|
|
L<http://forge.novell.com/modules/xfmod/project/?apparmor>
|
|
|
|
|
|
|
|
=cut
|