mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-03 07:45:50 +00:00
Fix typo in apparmor_parser manpage
man apparmor_parser gives examples for the --warn command line option as apparmor_parser --warn=rules-not-enforced ... and apparmor_parser --warn=no-rules-not-enforced ... but the actual --warn options are rule-not-enforced / no-rule-not-enforced (without s) Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057453
This commit is contained in:
@@ -299,11 +299,11 @@ Enable various warnings during policy compilation. A single warn flag
|
|||||||
can be specified per --warn option, but the --warn flag can be passed
|
can be specified per --warn option, but the --warn flag can be passed
|
||||||
multiple times.
|
multiple times.
|
||||||
|
|
||||||
apparmor_parser --warn=rules-not-enforced ...
|
apparmor_parser --warn=rule-not-enforced ...
|
||||||
|
|
||||||
A specific warning can be disabled by prepending I<no>- to the flag
|
A specific warning can be disabled by prepending I<no>- to the flag
|
||||||
|
|
||||||
apparmor_parser --warn=no-rules-not-enforced ...
|
apparmor_parser --warn=no-rule-not-enforced ...
|
||||||
|
|
||||||
Use --help=warn to see a full list of which warn flags are supported.
|
Use --help=warn to see a full list of which warn flags are supported.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user