Add --no-reload to various utils manpages

This option exists in several aa-* tools since 2.9, but isn't mentioned
in the manpage.

Also drop some trailing whitespace in the manpages.


Acked-by: John Johansen <john.johansen@canonical.com>
for 2.9, 2.10, 2.11 and trunk.
This commit is contained in:
Christian Boltz 2017-07-23 21:29:53 +02:00
parent 8cb6ded867
commit 233a011db0
5 changed files with 25 additions and 10 deletions

View file

@ -6,7 +6,7 @@ aa-audit - set an AppArmor security profile to I<audit> mode.
=head1 SYNOPSIS =head1 SYNOPSIS
B<aa-audit I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] [I<-r>]> B<aa-audit I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] [I<--no-reload>] [I<-r>]>
=head1 OPTIONS =head1 OPTIONS
@ -15,6 +15,9 @@ B<-d --dir /path/to/profiles>
Specifies where to look for the AppArmor security profile set. Specifies where to look for the AppArmor security profile set.
Defaults to /etc/apparmor.d. Defaults to /etc/apparmor.d.
B<--no-reload>
Do not reload the profile after modifying it.
B<-r --remove> B<-r --remove>
Removes the audit mode for the profile. Removes the audit mode for the profile.

View file

@ -6,7 +6,7 @@ aa-cleanprof - clean an existing AppArmor security profile.
=head1 SYNOPSIS =head1 SYNOPSIS
B<aa-cleanprof I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] [I<-s>]> B<aa-cleanprof I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] [I<--no-reload]> [I<-s>]>
=head1 OPTIONS =head1 OPTIONS
@ -15,6 +15,9 @@ B<-d --dir /path/to/profiles>
Specifies where to look for the AppArmor security profile set. Specifies where to look for the AppArmor security profile set.
Defaults to /etc/apparmor.d. Defaults to /etc/apparmor.d.
B<--no-reload>
Do not reload the profile after modifying it.
B<-s --silent> B<-s --silent>
Silently overwrites the profile without user prompt. Silently overwrites the profile without user prompt.

View file

@ -26,7 +26,7 @@ aa-complain - set an AppArmor security profile to I<complain> mode.
=head1 SYNOPSIS =head1 SYNOPSIS
B<< aa-complain I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] >> B<aa-complain I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] [I<--no-reload>]>
=head1 OPTIONS =head1 OPTIONS
@ -35,6 +35,9 @@ B<-d --dir /path/to/profiles>
Specifies where to look for the AppArmor security profile set. Specifies where to look for the AppArmor security profile set.
Defaults to /etc/apparmor.d. Defaults to /etc/apparmor.d.
B<--no-reload>
Do not reload the profile after modifying it.
=head1 DESCRIPTION =head1 DESCRIPTION
B<aa-complain> is used to set the enforcement mode for one or more profiles to I<complain> mode. B<aa-complain> is used to set the enforcement mode for one or more profiles to I<complain> mode.

View file

@ -26,7 +26,7 @@ aa-disable - disable an AppArmor security profile
=head1 SYNOPSIS =head1 SYNOPSIS
B<aa-disable I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] [I<-r>]> B<aa-disable I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] [I<--no-reload>] [I<-r>]>
=head1 OPTIONS =head1 OPTIONS
@ -35,6 +35,9 @@ B<-d --dir /path/to/profiles>
Specifies where to look for the AppArmor security profile set. Specifies where to look for the AppArmor security profile set.
Defaults to /etc/apparmor.d. Defaults to /etc/apparmor.d.
B<--no-reload>
Do not unreload the profile after modifying it.
=head1 DESCRIPTION =head1 DESCRIPTION
B<aa-disable> is used to I<disable> one or more profiles. B<aa-disable> is used to I<disable> one or more profiles.

View file

@ -27,7 +27,7 @@ being disabled or I<complain> mode.
=head1 SYNOPSIS =head1 SYNOPSIS
B<< aa-enforce I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] >> B<aa-enforce I<E<lt>executableE<gt>> [I<E<lt>executableE<gt>> ...] [I<-d /path/to/profiles>] [I<--no-reload>]>
=head1 OPTIONS =head1 OPTIONS
@ -36,6 +36,9 @@ B<-d --dir / path/to/profiles>
Specifies where to look for the AppArmor security profile set. Specifies where to look for the AppArmor security profile set.
Defaults to /etc/apparmor.d. Defaults to /etc/apparmor.d.
B<--no-reload>
Do not reload the profile after modifying it.
=head1 DESCRIPTION =head1 DESCRIPTION
B<aa-enforce> is used to set one or more profiles to I<enforce> mode. B<aa-enforce> is used to set one or more profiles to I<enforce> mode.