[icecream] selinux: fix label of icecc-create-env

Michal Schmidt michich at fedoraproject.org
Fri Dec 12 13:16:24 UTC 2014


commit df0e2117d397e61d6c2e95fa2e30a9534fe537e3
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Fri Dec 12 13:59:47 2014 +0100

    selinux: fix label of icecc-create-env
    
    It moved to /usr/bin quite some time ago.

 icecream.fc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/icecream.fc b/icecream.fc
index dd7340d..849c95a 100644
--- a/icecream.fc
+++ b/icecream.fc
@@ -1,5 +1,5 @@
 /usr/sbin/iceccd			--	gen_context(system_u:object_r:iceccd_exec_t,s0)
 /usr/sbin/icecc-scheduler		--	gen_context(system_u:object_r:icecc_scheduler_exec_t,s0)
-/usr/libexec/icecc/icecc-create-env	--	gen_context(system_u:object_r:iceccd_createenv_exec_t,s0)
+/usr/bin/icecc-create-env		--	gen_context(system_u:object_r:iceccd_createenv_exec_t,s0)
 /var/cache/icecream(/.*)?			gen_context(system_u:object_r:iceccd_cache_t,s0)
 /var/run/icecc(/.*)?				gen_context(system_u:object_r:iceccd_var_run_t,s0)


More information about the scm-commits mailing list