[ARVADOS] updated: 2.1.0-1096-g84e52fd52

Git user git at public.arvados.org
Thu Aug 12 18:48:22 UTC 2021


Summary of changes:
 tools/salt-install/provision.sh | 3 +++
 1 file changed, 3 insertions(+)

       via  84e52fd521d7f1ba315d60b4685ec51d2a155e78 (commit)
      from  697f1ecbd225f5db42dfe66664017a78ef7d615c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 84e52fd521d7f1ba315d60b4685ec51d2a155e78
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Thu Aug 12 15:47:55 2021 -0300

    Disable SELinux on Centos-7 platform
    
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index aaa3f32e7..b840d86c6 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -240,6 +240,9 @@ else
 
   case ${OS_ID} in
     "centos")
+      echo "WARNING! Disabling SELinux, see https://dev.arvados.org/issues/18019"
+      sed -i 's/SELINUX=enforcing/SELINUX=permissive' /etc/sysconfig/selinux
+      setenforce permissive
       yum install -y  curl git jq
       ;;
     "debian"|"ubuntu")

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list