commit a68009820b0c857fe014339a83733ced1dcf5685
parent 8d25de7fd81938573669a3764504473a8b0b564f
Author: awy <awy@awy.one>
Date: Thu, 20 Mar 2025 16:24:00 +0300
revert sandbox
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rice.sh b/rice.sh
@@ -81,7 +81,7 @@ grep -q "ILoveCandy" /etc/pacman.conf || sed -i "/#VerbosePkgLists/a ILoveCandy"
sed -Ei "s/^#(ParallelDownloads).*/\1 = 5/;/^#Color$/s/#//" /etc/pacman.conf
# Disable Pacman sandbox since kernel doesn't support landlock (only for custom kernels from my artix script)
-sed -Ei "s/^#(DisableSandbox).*/\1/" /etc/pacman.conf
+# sed -Ei "s/^#(DisableSandbox).*/\1/" /etc/pacman.conf
# Use all cores for compilation.
sed -i "s/-j2/-j$(nproc)/;/^#MAKEFLAGS/s/^#//" /etc/makepkg.conf