aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2018-11-05 16:57:14 +0000
committerLibravatar GitHub <noreply@github.com>2018-11-05 16:57:14 +0000
commitd991e81bd7c29fef2549ca432eb646fe9f251562 (patch)
treebbf90b0827100a1b71acebd02d95c5b7afba877a /etc
parentremoved transfer.sh support from travis build (diff)
downloadfirejail-d991e81bd7c29fef2549ca432eb646fe9f251562.tar.gz
firejail-d991e81bd7c29fef2549ca432eb646fe9f251562.tar.zst
firejail-d991e81bd7c29fef2549ca432eb646fe9f251562.zip
Update gpg.profile
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