From 3581335fc4990a27316aa8e9fad77e08a8f3623e Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Sat, 14 Feb 2026 10:40:24 +0100 Subject: [PATCH] add code to disable pacman sandbox --- entrypoint-script/entrypoint.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/entrypoint-script/entrypoint.sh b/entrypoint-script/entrypoint.sh index 7512756..a70b8a1 100755 --- a/entrypoint-script/entrypoint.sh +++ b/entrypoint-script/entrypoint.sh @@ -187,10 +187,16 @@ 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