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

Merge from trunk commit 3228

Bug: https://bugs.launchpad.net/bugs/1485855
This commit is contained in:
Steve Beattie 2015-08-25 15:18:48 -07:00
parent b885d62a8a
commit 301731ef34

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.