mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 13:28:19 +00:00
test-cleanprof: add tests for external child profiles
This commit is contained in:
parent
699d7b5c83
commit
4c3954f13d
@ -96,3 +96,11 @@ $foo = false
|
|||||||
) {
|
) {
|
||||||
/what/ever r,
|
/what/ever r,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profile foo//bar {
|
||||||
|
/home/namedchild r,
|
||||||
|
}
|
||||||
|
|
||||||
|
/bin/bar///bin/baz {
|
||||||
|
/home/pathchild w,
|
||||||
|
}
|
||||||
|
@ -96,3 +96,11 @@ $foo = false
|
|||||||
) {
|
) {
|
||||||
/what/ever r,
|
/what/ever r,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profile foo//bar {
|
||||||
|
/home/namedchild r,
|
||||||
|
}
|
||||||
|
|
||||||
|
/bin/bar///bin/baz {
|
||||||
|
/home/pathchild w,
|
||||||
|
}
|
||||||
|
@ -11,6 +11,10 @@ include if exists <tunables/nothing>
|
|||||||
$foo = false
|
$foo = false
|
||||||
$bar = true
|
$bar = true
|
||||||
|
|
||||||
|
/bin/bar///bin/baz {
|
||||||
|
/home/pathchild w,
|
||||||
|
|
||||||
|
}
|
||||||
# A simple test comment which will persist
|
# A simple test comment which will persist
|
||||||
|
|
||||||
|
|
||||||
@ -73,3 +77,7 @@ $bar = true
|
|||||||
/what/ever r,
|
/what/ever r,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
profile foo//bar {
|
||||||
|
/home/namedchild r,
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user