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:
Eric Chiang 2018-12-17 18:31:40 +00:00
commit ccb1b01da7
2 changed files with 10 additions and 0 deletions

View file

@ -67,3 +67,9 @@
allow /home/*/** rw,
allow /home/foo/bar r,
}
/what/ever/xattr xattrs=( foo=bar )
flags=( complain
) {
/what/ever r,
}

View file

@ -52,3 +52,7 @@ alias /foo -> /bar,
allow /home/foo/bar r,
}
/what/ever/xattr xattrs=( foo=bar ) flags=( complain ) {
/what/ever r,
}