mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Merge branch 'cboltz-xattr-cleanprof' into 'master'
Add a test profile with xattrs=... to cleanprof tests See merge request apparmor/apparmor!289
This commit is contained in:
commit
ccb1b01da7
2 changed files with 10 additions and 0 deletions
|
@ -67,3 +67,9 @@
|
|||
allow /home/*/** rw,
|
||||
allow /home/foo/bar r,
|
||||
}
|
||||
|
||||
/what/ever/xattr xattrs=( foo=bar )
|
||||
flags=( complain
|
||||
) {
|
||||
/what/ever r,
|
||||
}
|
||||
|
|
|
@ -52,3 +52,7 @@ alias /foo -> /bar,
|
|||
allow /home/foo/bar r,
|
||||
|
||||
}
|
||||
/what/ever/xattr xattrs=( foo=bar ) flags=( complain ) {
|
||||
/what/ever r,
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue