Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/pacman/pacman.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-09-16 16:25:22 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-09-16 16:25:22 +0200
commit6ea2908f3c2d4dcef656c7bcd4bffd5f1dc1fc4d (patch)
treee424fe0983dc8e31964dbd8bd54a9f9d28096fae /core/pacman/pacman.conf
parent80b84db39222a9972ee15e2339e9490ca29d1953 (diff)
core/pacman: disabling the sandbox for now because we expect it to create trouble on older kernels
Diffstat (limited to 'core/pacman/pacman.conf')
-rw-r--r--core/pacman/pacman.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pacman/pacman.conf b/core/pacman/pacman.conf
index d425eeaf..780c9a87 100644
--- a/core/pacman/pacman.conf
+++ b/core/pacman/pacman.conf
@@ -36,7 +36,7 @@ CheckSpace
#VerbosePkgLists
#ParallelDownloads = 5
DownloadUser = alpm
-#DisableSandbox
+DisableSandbox
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.