mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00
7 lines
101 B
Text
7 lines
101 B
Text
#
|
|
#=Description basic mount rule
|
|
#=EXRESULT PASS
|
|
#
|
|
/usr/bin/foo {
|
|
mount options in (rw) -> /foo,
|
|
}
|