mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00

Allow the capability rule to be bare to represent all capabilities similar to how network, and other rule types work. capability, Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Kees Cook <kees@ubuntu.com>
9 lines
167 B
Text
9 lines
167 B
Text
#
|
|
#=DESCRIPTION fail unknown keyword
|
|
#=EXRESULT FAIL
|
|
# vim:syntax=subdomain
|
|
# Last Modified: Sun Apr 17 19:44:44 2005
|
|
#
|
|
/does/not/exist {
|
|
capability chown foobar,
|
|
}
|