Revert "add code to disable pacman sandbox"
Build and Push Docker Container / build-and-push (push) Successful in 5m44s
Build and Push Docker Container / build-and-push (push) Successful in 5m44s
This reverts commit 3581335fc4.
This commit is contained in:
@@ -187,16 +187,10 @@ function run_correct_ssh_service() {
|
||||
exec /usr/sbin/sshd -D -e "$@" 2>&1
|
||||
fi;
|
||||
}
|
||||
|
||||
function disable_pacman_sandbox() {
|
||||
echo "NoSandbox" >> /etc/pacman.conf
|
||||
}
|
||||
#####################################################################################################
|
||||
# Main Code
|
||||
#####################################################################################################
|
||||
set_environment_variables_if_not_empty
|
||||
disable_pacman_sandbox
|
||||
|
||||
dbus-uuidgen --ensure=/etc/machine-id
|
||||
add_borg_user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user