mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
fix typo: parameter
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
This commit is contained in:
parent
42e7f5a52a
commit
f750a8a217
1 changed files with 4 additions and 4 deletions
|
@ -146,7 +146,7 @@ or to set it on boot add:
|
|||
|
||||
apparmor.mode=complain
|
||||
|
||||
as a kernel boot paramenter.
|
||||
as a kernel boot parameter.
|
||||
|
||||
B<Warning> Setting complain mode gloabally disables all apparmor
|
||||
security protections. It can be useful during debugging or profile
|
||||
|
@ -217,7 +217,7 @@ or to set it on boot add:
|
|||
|
||||
apparmor.debug=1
|
||||
|
||||
as a kernel boot paramenter.
|
||||
as a kernel boot parameter.
|
||||
|
||||
=head2 Turn off deny audit quieting
|
||||
|
||||
|
@ -232,7 +232,7 @@ or to set it on boot add:
|
|||
|
||||
apparmor.audit=noquiet
|
||||
|
||||
as a kernel boot paramenter.
|
||||
as a kernel boot parameter.
|
||||
|
||||
=head2 Force audit mode
|
||||
|
||||
|
@ -254,7 +254,7 @@ or to set it on boot add:
|
|||
|
||||
apparmor.audit=all
|
||||
|
||||
as a kernel boot paramenter.
|
||||
as a kernel boot parameter.
|
||||
|
||||
B<Audit Rate Limiting>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue