mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-07 01:41:00 +01:00
9 lines
119 B
Text
9 lines
119 B
Text
#
|
|
#=DESCRIPTION A simple successful profile
|
|
#=EXRESULT PASS
|
|
#
|
|
/usr/bin/foo {
|
|
/usr/bin/foo r,
|
|
/usr/bin/blah rix,
|
|
}
|
|
|