diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-06-21 12:34:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-06-21 12:34:07 -0300 |
commit | c46b83b1220b80537da31e7dddd13fe01e6dbb46 (patch) | |
tree | 53d85fa478454a7ebe8b23fbf82339d98e753a7c | |
parent | 97a8a06efc01ef34a8d7c830f231cf7476c3f582 (diff) | |
download | utils-git-c46b83b1220b80537da31e7dddd13fe01e6dbb46.tar.gz utils-git-c46b83b1220b80537da31e7dddd13fe01e6dbb46.tar.bz2 |
Disable firejail for a while
-rwxr-xr-x | hit | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |