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

« back to all changes in this revision

Viewing changes to docs/enforce.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: enforce.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
 
enforce - set an AppArmor security profile to I<enforce> mode from
28
 
I<complain> mode.
29
 
 
30
 
=head1 SYNOPSIS
31
 
 
32
 
B<enforce I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...]>
33
 
 
34
 
=head1 DESCRIPTION
35
 
 
36
 
B<enforce> is used to set the enforcement mode for one or more profiles
37
 
to I<enforce>.  This command is only relevant is conjuction with the
38
 
utility I<complain> which sets a profile to complain mode. The default
39
 
mode for a security policy is enforce and the I<complain> utility must
40
 
be run to change this behavior.
41
 
 
42
 
=head1 BUGS
43
 
 
44
 
None. Please report any you find to bugzilla at
45
 
L<http://bugzilla.novell.com>.
46
 
 
47
 
=head1 SEE ALSO
48
 
 
49
 
apparmor(7), apparmor.d(5), complain(1), change_hat(2), and
50
 
L<http://forge.novell.com/modules/xfmod/project/?apparmor>.
51
 
 
52
 
=cut