aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <sven.vermeulen@siphos.be>2014-11-11 14:37:38 +0100
committerSven Vermeulen <sven.vermeulen@siphos.be>2014-11-11 14:37:38 +0100
commit5930912adf0ca652cdcc7c0708086e21788fc022 (patch)
treebc7366a4fc71fe18b73b7bbe5c0b6b48d3e8887b
parentCrontab fix for munin (workaround) is in policy (diff)
downloadhardened-refpolicy-5930912adf0ca652cdcc7c0708086e21788fc022.tar.gz
hardened-refpolicy-5930912adf0ca652cdcc7c0708086e21788fc022.tar.bz2
hardened-refpolicy-5930912adf0ca652cdcc7c0708086e21788fc022.zip
Add info on why munin crontab is explicitly mentioned
-rw-r--r--policy/modules/contrib/cron.fc1
1 files changed, 1 insertions, 0 deletions
diff --git a/policy/modules/contrib/cron.fc b/policy/modules/contrib/cron.fc
index 590908c89..cbb19b763 100644
--- a/policy/modules/contrib/cron.fc
+++ b/policy/modules/contrib/cron.fc
@@ -62,5 +62,6 @@ ifdef(`distro_suse',`
')
ifdef(`distro_gentoo',`
+# Fix bug 526532 - Workaround so that munin crontab gets a system_u label assigned
/var/spool/cron/crontabs/munin -- gen_context(system_u:object_r:system_cron_spool_t,s0)
')