2013-09-22 15:01:34 +05:30
|
|
|
# A simple test comment which will persist
|
|
|
|
#include <tunables/global>
|
|
|
|
|
|
|
|
/usr/bin/a/simple/cleanprof/test/profile {
|
|
|
|
# Just for the heck of it, this comment wont see the day of light
|
2013-09-22 15:08:30 +05:30
|
|
|
#include <abstractions/base>
|
|
|
|
#Below rule comes from abstractions/base
|
|
|
|
allow /usr/share/X11/locale/** r,
|
2013-09-22 15:01:34 +05:30
|
|
|
allow /home/*/** r,
|
|
|
|
allow /home/foo/bar r,
|
|
|
|
allow /home/foo/** w,
|
|
|
|
}
|
|
|
|
|
|
|
|
/usr/bin/other/cleanprof/test/profile {
|
|
|
|
# This one shouldn't be affected by the processing
|
|
|
|
# However this comment will be wiped, need to change that
|
|
|
|
allow /home/*/** rw,
|
|
|
|
allow /home/foo/bar r,
|
|
|
|
}
|