mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 02:41:03 +01:00
12 lines
217 B
Text
12 lines
217 B
Text
![]() |
#
|
||
|
#=DESCRIPTION validate audit allow with bare capability in hat.
|
||
|
#=EXRESULT PASS
|
||
|
# vim:syntax=apparmor
|
||
|
# Last Modified: Sun Apr 17 19:44:44 2005
|
||
|
#
|
||
|
/does/not/exist {
|
||
|
^capability {
|
||
|
audit allow capability,
|
||
|
}
|
||
|
}
|