2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

utils/aa-logprof.pod: fix typo in manpage

Bug: https://bugs.launchpad.net/bugs/1485855
This commit is contained in:
Steve Beattie 2015-08-25 14:53:55 -07:00
parent 318f7d2cb2
commit 486e42b221

View File

@ -128,7 +128,7 @@ updated profiles to the disk and reload them if AppArmor is running.
If there are unhandled x accesses generated by the execve(2) of a
new process, aa-logprof will display the parent profile and the target
program that's being executed and prompt the user to select and execute
program that's being executed and prompt the user to select an execute
modifier. These modifiers will allow a choice for the target to: have it's
own profile (px), inherit the parent's profile (ix), run unconstrained
(ux), or deny access for the target. See apparmor.d(5) for details.