]> gitweb.fluxo.info Git - utils-git.git/commitdiff
Disable firejail for a while
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Jun 2020 15:34:07 +0000 (12:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Jun 2020 15:34:07 +0000 (12:34 -0300)
hit

diff --git a/hit b/hit
index 79b3cb7375a3d751db7cd1a18b207d715a6f58cf..2a30ba5a3b91596bf9f016a4bf618ed376638cfa 100755 (executable)
--- a/hit
+++ b/hit
@@ -23,10 +23,11 @@ BASENAME="`basename $0`"
 # Ensure we run a system-wide git installation and not any other script or alias
 GIT="/usr/bin/git"
 
+# Firejail profile is currently broken for our setup
 # Check for firejail
-if which firejail &> /dev/null; then
-  GIT="firejail $GIT"
-fi
+#if which firejail &> /dev/null; then
+#  GIT="firejail $GIT"
+#fi
 
 #
 # Disable git hooks