I've just collected a huge learning log with
- Code: Select all
inherit-learn /etc/cron.d
inherit-learn /etc/cron.hourly
inherit-learn /etc/cron.daily
etc. in learn_config.
Nonetheless, I got the following policy entries
- Code: Select all
# Role: root
subject /bin/rm o {
/ h
/bin h
/bin/rm x
/etc h
/etc/ld.so.cache r
/lib h
/lib/ld-2.17.so x
/lib/libc-2.17.so rx
/var h
/var/spool/cron/lastrun/cron.daily wd
/var/spool/cron/lastrun/cron.hourly wd
/var/spool/cron/lastrun/cron.weekly wd
/var/spool/cron/lastrun/lock wd
-CAP_ALL
bind disabled
connect disabled
}
Is that supposed to be like that?