~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to docs/apparmor.vim.pod

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: apparmor.vim.pod 226 2006-11-10 12:47:28Z seth_arnold $
2
 
# This publication is intellectual property of Novell Inc. Its contents
3
 
# can be duplicated, either in part or in whole, provided that a copyright
4
 
# label is visibly located on each copy.
5
 
6
 
# All information found in this book has been compiled with utmost
7
 
# attention to detail. However, this does not guarantee complete accuracy.
8
 
# Neither SUSE LINUX GmbH, the authors, nor the translators shall be held
9
 
# liable for possible errors or the consequences thereof.
10
 
11
 
# Many of the software and hardware descriptions cited in this book
12
 
# are registered trademarks. All trade names are subject to copyright
13
 
# restrictions and may be registered trade marks. SUSE LINUX GmbH
14
 
# essentially adheres to the manufacturer's spelling.
15
 
16
 
# Names of products and trademarks appearing in this book (with or without
17
 
# specific notation) are likewise subject to trademark and trade protection
18
 
# laws and may thus fall under copyright restrictions.
19
 
20
 
# Please direct suggestions and comments to apparmor-general@forge.novell.com.
21
 
 
22
 
 
23
 
=pod
24
 
 
25
 
=head1 NAME
26
 
 
27
 
apparmor.vim - vim syntax highlighting file for AppArmor profiles
28
 
 
29
 
=head1 SYNOPSIS
30
 
 
31
 
The SUSE vim package is configured to automatically use syntax
32
 
highlighting for AppArmor policies stored in /etc/apparmor.d/ and the
33
 
extra policies stored in /etc/apparmor/profiles/extras/. If you wish to
34
 
use the syntax highlighting in a specific vim session, you may run:
35
 
 
36
 
 :syntax on
37
 
 :setf apparmor
38
 
 
39
 
=head1 DESCRIPTION
40
 
 
41
 
B<apparmor.vim> provides syntax highlighting rules for the vim(1) text
42
 
editor; the rules provide an easy visual method to inspect AppArmor
43
 
profiles for syntax correctness and semantics.
44
 
 
45
 
The colors indicate the relative severity of granting a specific set of
46
 
privileges. Ranking access with colors is necessarily generic and vague,
47
 
but it may help you understand your profiles better.
48
 
 
49
 
=head1 BUGS
50
 
 
51
 
B<apparmor.vim> does not properly detect dark versus light backgrounds.
52
 
Patches accepted. If you find any bugs, please report them to bugzilla
53
 
at L<http://bugzilla.novell.com>.
54
 
 
55
 
=head1 SEE ALSO
56
 
 
57
 
vim(1), apparmor(7), apparmor.d(5), change_hat(2), and
58
 
L<http://forge.novell.com/modules/xfmod/project/?apparmor>
59
 
 
60
 
=cut