[condor/f15] semanage mod should not be necessary on f15+

matt matt at fedoraproject.org
Tue Jun 7 19:49:41 UTC 2011


commit c9dd99fb683df91b913a3d1e67ce10238802505d
Author: Matthew Farrellee <matt at redhat.com>
Date:   Tue Jun 7 12:56:35 2011 -0400

    semanage mod should not be necessary on f15+

 condor.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/condor.spec b/condor.spec
index dc2fb4c..810f8f9 100644
--- a/condor.spec
+++ b/condor.spec
@@ -692,11 +692,11 @@ rm -rf %{buildroot}
 %post -n condor
 /sbin/chkconfig --add condor
 /sbin/ldconfig
-test -x /usr/sbin/selinuxenabled && /usr/sbin/selinuxenabled
-if [ $? = 0 ]; then
-   semanage fcontext -a -t unconfined_execmem_exec_t %_sbindir/condor_startd
-   restorecon  %_sbindir/condor_startd
-fi
+#test -x /usr/sbin/selinuxenabled && /usr/sbin/selinuxenabled
+#if [ $? = 0 ]; then
+#   semanage fcontext -a -t unconfined_execmem_exec_t %_sbindir/condor_startd
+#   restorecon  %_sbindir/condor_startd
+#fi
 
 
 %preun -n condor


More information about the scm-commits mailing list