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