2010-12-20 13:47:09 -06:00
|
|
|
# This publication is intellectual property of Novell Inc. and Canonical
|
|
|
|
# Ltd. Its contents can be duplicated, either in part or in whole, provided
|
|
|
|
# that a copyright label is visibly located on each copy.
|
|
|
|
#
|
2006-04-11 21:52:54 +00:00
|
|
|
# All information found in this book has been compiled with utmost
|
|
|
|
# attention to detail. However, this does not guarantee complete accuracy.
|
2010-12-20 13:47:09 -06:00
|
|
|
# Neither SUSE LINUX GmbH, Canonical Ltd, the authors, nor the translators
|
|
|
|
# shall be held liable for possible errors or the consequences thereof.
|
|
|
|
#
|
2006-04-11 21:52:54 +00:00
|
|
|
# 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
|
2010-12-20 13:47:09 -06:00
|
|
|
# and Canonical Ltd. essentially adhere to the manufacturer's spelling.
|
|
|
|
#
|
2006-04-11 21:52:54 +00:00
|
|
|
# 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.
|
2010-12-20 13:47:09 -06:00
|
|
|
#
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
=pod
|
|
|
|
|
|
|
|
=head1 NAME
|
|
|
|
|
2013-09-20 19:20:41 +05:30
|
|
|
aa-complain - set an AppArmor security profile to I<complain> mode.
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2017-07-23 21:29:53 +02:00
|
|
|
B<aa-complain I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] [I<--no-reload>]>
|
2013-09-19 10:32:19 +05:30
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
B<-d --dir /path/to/profiles>
|
|
|
|
|
|
|
|
Specifies where to look for the AppArmor security profile set.
|
|
|
|
Defaults to /etc/apparmor.d.
|
|
|
|
|
2017-07-23 21:29:53 +02:00
|
|
|
B<--no-reload>
|
|
|
|
Do not reload the profile after modifying it.
|
|
|
|
|
2006-04-11 21:52:54 +00:00
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2014-02-12 15:54:00 -08:00
|
|
|
B<aa-complain> is used to set the enforcement mode for one or more profiles to I<complain> mode.
|
2013-09-20 19:20:41 +05:30
|
|
|
In this mode security policy is not enforced but rather access violations
|
|
|
|
are logged to the system log.
|
2013-09-19 10:32:19 +05:30
|
|
|
|
2016-06-05 23:43:29 +02:00
|
|
|
Note that 'deny' rules will be enforced even in complain mode.
|
|
|
|
|
2006-04-11 21:52:54 +00:00
|
|
|
=head1 BUGS
|
|
|
|
|
2010-12-20 13:47:09 -06:00
|
|
|
If you find any bugs, please report them at
|
2013-09-19 21:17:39 +02:00
|
|
|
L<https://bugs.launchpad.net/apparmor/+filebug>.
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
2011-02-07 17:39:54 -06:00
|
|
|
apparmor(7), apparmor.d(5), aa-enforce(1), aa-disable(1),
|
2018-09-13 16:28:22 +00:00
|
|
|
aa_change_hat(2), and L<https://wiki.apparmor.net>.
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
=cut
|