commit: f849d7e0c29175d717cb3addf4285ce09a20c2bb Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Tue Nov 11 13:33:21 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Tue Nov 11 13:33:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f849d7e0
Force munin crontab to be system_u (define context), fix bug #526532 --- policy/modules/contrib/cron.fc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/contrib/cron.fc b/policy/modules/contrib/cron.fc index 266a439..590908c 100644 --- a/policy/modules/contrib/cron.fc +++ b/policy/modules/contrib/cron.fc @@ -60,3 +60,7 @@ ifdef(`distro_suse',` /var/spool/cron/lastrun/[^/]* -- <<none>> /var/spool/cron/tabs -d gen_context(system_u:object_r:cron_spool_t,s0) ') + +ifdef(`distro_gentoo',` +/var/spool/cron/crontabs/munin -- gen_context(system_u:object_r:system_cron_spool_t,s0) +')
