aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/gpg.profile9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/gpg.profile b/etc/gpg.profile
index e920b9072..47e6e5265 100644
--- a/etc/gpg.profile
+++ b/etc/gpg.profile
@@ -29,9 +29,16 @@ nou2f
29novideo 29novideo
30protocol unix,inet,inet6 30protocol unix,inet,inet6
31seccomp 31seccomp
32shell none 32# Causes gpg to hang
33#shell none
33tracelog 34tracelog
34 35
35# private-bin gpg,gpg-agent 36# private-bin gpg,gpg-agent
36private-cache 37private-cache
37private-dev 38private-dev
39
40# On Arch 'archlinux-keyring' needs read-write access to /etc/pacman.d/gnupg
41# and /usr/share/pacman/keyrings. Although this works, it makes
42# installing/upgrading archlinux-keyring extremely slow.
43read-write /etc/pacman.d/gnupg
44read-write /usr/share/pacman/keyrings