mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00

logprof/genprof and related utilities in python. Because the branch that was worked on was not based on the apparmor tree, not all of the history can be maintained for files that are not newly created or entirely rewritten in the branch. (This merge also includes a subsequent commit to the branch I was merging from which includes my missed bzr add of utils/apparmor/translations.py)
17 lines
264 B
Text
17 lines
264 B
Text
#include <tunables/global>
|
|
|
|
# A simple test comment which will persist
|
|
|
|
|
|
/usr/bin/a/simple/cleanprof/test/profile {
|
|
#include <abstractions/base>
|
|
|
|
/home/*/** r,
|
|
/home/foo/** w,
|
|
|
|
}
|
|
/usr/bin/other/cleanprof/test/profile {
|
|
/home/*/** rw,
|
|
/home/foo/bar r,
|
|
|
|
}
|