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

« back to all changes in this revision

Viewing changes to docs/complain.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: complain.pod 7 2006-04-12 03:21:58Z steve-beattie $ 
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
 
complain - set a AppArmor security profile to I<complain> mode.
28
 
 
29
 
=head1 SYNOPSIS
30
 
 
31
 
B<complain I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...]>
32
 
 
33
 
=head1 DESCRIPTION
34
 
 
35
 
B<complain> is used to set the enforcement mode for one or more profiles to complain.
36
 
In this mode security policy is not enforced but rather access violations are logged
37
 
to the system log.  
38
 
 
39
 
=head1 BUGS
40
 
 
41
 
None. Please report any you find to bugzilla at
42
 
L<http://bugzilla.novell.com>.
43
 
 
44
 
=head1 SEE ALSO
45
 
 
46
 
apparmor(7), apparmor.d(5), enforce(1), change_hat(2), and
47
 
L<http://forge.novell.com/modules/xfmod/project/?apparmor>.
48
 
 
49
 
=cut