mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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:
parent
8cb6ded867
commit
233a011db0
5 changed files with 25 additions and 10 deletions
|
@ -6,7 +6,7 @@ aa-audit - set an AppArmor security profile to I<audit> mode.
|
|||
|
||||
=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
|
||||
|
||||
|
@ -15,6 +15,9 @@ B<-d --dir /path/to/profiles>
|
|||
Specifies where to look for the AppArmor security profile set.
|
||||
Defaults to /etc/apparmor.d.
|
||||
|
||||
B<--no-reload>
|
||||
Do not reload the profile after modifying it.
|
||||
|
||||
B<-r --remove>
|
||||
|
||||
Removes the audit mode for the profile.
|
||||
|
|
|
@ -6,7 +6,7 @@ aa-cleanprof - clean an existing AppArmor security profile.
|
|||
|
||||
=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
|
||||
|
||||
|
@ -15,6 +15,9 @@ B<-d --dir /path/to/profiles>
|
|||
Specifies where to look for the AppArmor security profile set.
|
||||
Defaults to /etc/apparmor.d.
|
||||
|
||||
B<--no-reload>
|
||||
Do not reload the profile after modifying it.
|
||||
|
||||
B<-s --silent>
|
||||
|
||||
Silently overwrites the profile without user prompt.
|
||||
|
|
|
@ -26,7 +26,7 @@ aa-complain - set an AppArmor security profile to I<complain> mode.
|
|||
|
||||
=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
|
||||
|
||||
|
@ -35,6 +35,9 @@ B<-d --dir /path/to/profiles>
|
|||
Specifies where to look for the AppArmor security profile set.
|
||||
Defaults to /etc/apparmor.d.
|
||||
|
||||
B<--no-reload>
|
||||
Do not reload the profile after modifying it.
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
B<aa-complain> is used to set the enforcement mode for one or more profiles to I<complain> mode.
|
||||
|
|
|
@ -26,7 +26,7 @@ aa-disable - disable an AppArmor security profile
|
|||
|
||||
=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
|
||||
|
||||
|
@ -35,6 +35,9 @@ B<-d --dir /path/to/profiles>
|
|||
Specifies where to look for the AppArmor security profile set.
|
||||
Defaults to /etc/apparmor.d.
|
||||
|
||||
B<--no-reload>
|
||||
Do not unreload the profile after modifying it.
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
B<aa-disable> is used to I<disable> one or more profiles.
|
||||
|
|
|
@ -27,7 +27,7 @@ being disabled or I<complain> mode.
|
|||
|
||||
=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
|
||||
|
||||
|
@ -36,6 +36,9 @@ B<-d --dir / path/to/profiles>
|
|||
Specifies where to look for the AppArmor security profile set.
|
||||
Defaults to /etc/apparmor.d.
|
||||
|
||||
B<--no-reload>
|
||||
Do not reload the profile after modifying it.
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
B<aa-enforce> is used to set one or more profiles to I<enforce> mode.
|
||||
|
|
Loading…
Add table
Reference in a new issue