From e02f68a6c38f39bad2fdca9cc79983255bec356a Mon Sep 17 00:00:00 2001 From: Pawel Rozlach Date: Sat, 2 Feb 2013 02:06:58 +0100 Subject: [PATCH] update default context for fcron and fcronsighup binaries With sys-process/fcron update from 3.0.6-r1 to 3.1.1 fcron, and fcronsighup binaries were moved to /usr/libexec. This patch updates the policy to reflect this. --- policy/modules/contrib/cron.fc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/cron.fc b/policy/modules/contrib/cron.fc index 552de9c..4d4e097 100644 --- a/policy/modules/contrib/cron.fc +++ b/policy/modules/contrib/cron.fc @@ -7,6 +7,8 @@ /usr/sbin/cron(d)? -- gen_context(system_u:object_r:crond_exec_t,s0) /usr/sbin/fcron -- gen_context(system_u:object_r:crond_exec_t,s0) /usr/sbin/fcronsighup -- gen_context(system_u:object_r:crontab_exec_t,s0) +/usr/libexec/fcron -- gen_context(system_u:object_r:crond_exec_t,s0) +/usr/libexec/fcronsighup -- gen_context(system_u:object_r:crontab_exec_t,s0) /var/lib/glpi/files(/.*)? gen_context(system_u:object_r:cron_var_lib_t,s0) -- 1.7.12.4