mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
update documentation for aa-disable
This commit is contained in:
parent
1459c9eb20
commit
74b2fdc52c
@ -20,7 +20,7 @@ L<http://https://bugs.launchpad.net/apparmor/+filebug>.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
apparmor(7), apparmor.d(5), aa-enforce(1), aa-complain(1), aa_change_hat(2),
|
||||
and L<http://wiki.apparmor.net>.
|
||||
apparmor(7), apparmor.d(5), aa-enforce(1), aa-complain(1), aa-disable(1),
|
||||
aa_change_hat(2), and L<http://wiki.apparmor.net>.
|
||||
|
||||
=cut
|
||||
|
@ -46,7 +46,7 @@ L<http://https://bugs.launchpad.net/apparmor/+filebug>.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
apparmor(7), apparmor.d(5), aa-complain(1), aa-enforce(1), aa_change_hat(2),
|
||||
and L<http://wiki.apparmor.net>.
|
||||
apparmor(7), apparmor.d(5), aa-complain(1), aa-enforce(1), aa-disable(1),
|
||||
aa_change_hat(2), and L<http://wiki.apparmor.net>.
|
||||
|
||||
=cut
|
||||
|
@ -30,9 +30,9 @@ B<aa-complain I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...]>
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
B<aa-complain> is used to set the enforcement mode for one or more profiles to complain.
|
||||
In this mode security policy is not enforced but rather access violations are logged
|
||||
to the system log.
|
||||
B<aa-complain> is used to set the enforcement mode for one or more profiles to
|
||||
complain. In this mode security policy is not enforced but rather access
|
||||
violations are logged to the system log.
|
||||
|
||||
=head1 BUGS
|
||||
|
||||
@ -41,7 +41,7 @@ L<http://https://bugs.launchpad.net/apparmor/+filebug>.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
apparmor(7), apparmor.d(5), aa-enforce(1), aa_change_hat(2), and
|
||||
L<http://wiki.apparmor.net>.
|
||||
apparmor(7), apparmor.d(5), aa-enforce(1), aa-disable(1),
|
||||
aa_change_hat(2), and L<http://wiki.apparmor.net>.
|
||||
|
||||
=cut
|
||||
|
@ -23,7 +23,7 @@
|
||||
=head1 NAME
|
||||
|
||||
aa-enforce - set an AppArmor security profile to I<enforce> mode from
|
||||
I<complain> mode.
|
||||
being disabled or I<complain> mode.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
@ -32,8 +32,9 @@ B<aa-enforce I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...]>
|
||||
=head1 DESCRIPTION
|
||||
|
||||
B<aa-enforce> is used to set the enforcement mode for one or more profiles
|
||||
to I<enforce>. This command is only relevant is conjuction with the
|
||||
utility I<complain> which sets a profile to complain mode. The default
|
||||
to I<enforce>. This command is only relevant in conjuction with the
|
||||
I<aa-complain> utility which sets a profile to complain mode and the
|
||||
I<aa-disable> utility which unloads and disables a profile. The default
|
||||
mode for a security policy is enforce and the I<aa-complain> utility must
|
||||
be run to change this behavior.
|
||||
|
||||
@ -44,7 +45,7 @@ L<http://https://bugs.launchpad.net/apparmor/+filebug>.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
apparmor(7), apparmor.d(5), aa-complain(1), aa_change_hat(2), and
|
||||
L<http://wiki.apparmor.net>.
|
||||
apparmor(7), apparmor.d(5), aa-complain(1), aa-disable(1),
|
||||
aa_change_hat(2), and L<http://wiki.apparmor.net>.
|
||||
|
||||
=cut
|
||||
|
@ -77,7 +77,8 @@ L<http://https://bugs.launchpad.net/apparmor/+filebug>.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
apparmor(7), apparmor.d(5), aa-enforce(1), aa-complain(1), aa_change_hat(2),
|
||||
aa-logprof(1), logprof.conf(5), and L<http://wiki.apparmor.net>.
|
||||
apparmor(7), apparmor.d(5), aa-enforce(1), aa-complain(1), aa-disable(1),
|
||||
aa_change_hat(2), aa-logprof(1), logprof.conf(5), and
|
||||
L<http://wiki.apparmor.net>.
|
||||
|
||||
=cut
|
||||
|
@ -160,7 +160,7 @@ L<http://https://bugs.launchpad.net/apparmor/+filebug>.
|
||||
=head1 SEE ALSO
|
||||
|
||||
klogd(8), auditd(8), apparmor(7), apparmor.d(5), aa_change_hat(2),
|
||||
logprof.conf(5), aa-genprof(1), aa-complain(1), aa-enforce(1), and
|
||||
L<http://wiki.apparmor.net>.
|
||||
logprof.conf(5), aa-genprof(1), aa-enforce(1), aa-complain(1),
|
||||
aa-disable(1), and L<http://wiki.apparmor.net>.
|
||||
|
||||
=cut
|
||||
|
@ -107,8 +107,8 @@ L<http://https://bugs.launchpad.net/apparmor/+filebug>.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
apparmor(7), apparmor.d(5), aa-enforce(1), aa_change_hat(2),
|
||||
aa-complain(1), aa-logprof(1), aa-genprof(1), and
|
||||
apparmor(7), apparmor.d(5), aa-enforce(1), aa-complain(1),
|
||||
aa-disable(1), aa_change_hat(2), aa-logprof(1), aa-genprof(1), and
|
||||
L<http://wiki.apparmor.net>.
|
||||
|
||||
=cut
|
||||
|
Loading…
x
Reference in New Issue
Block a user