From: Silvio Rhatto Date: Sun, 21 Jun 2020 15:34:07 +0000 (-0300) Subject: Disable firejail for a while X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c46b83b1220b80537da31e7dddd13fe01e6dbb46;p=utils-git.git Disable firejail for a while --- diff --git a/hit b/hit index 79b3cb7..2a30ba5 100755 --- 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