aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-02-08 00:01:09 +0000
committerLibravatar GitHub <noreply@github.com>2020-02-08 00:01:09 +0000
commitf8542819ea5cfba205cc5bf5e99f59c0c12745bb (patch)
treea5b68a34d6d2dd7543ce418345f19851600f13f7 /etc
parentrefactor gnome-keyring.profile as whitelist (diff)
downloadfirejail-f8542819ea5cfba205cc5bf5e99f59c0c12745bb.tar.gz
firejail-f8542819ea5cfba205cc5bf5e99f59c0c12745bb.tar.zst
firejail-f8542819ea5cfba205cc5bf5e99f59c0c12745bb.zip
harden gpg-agent.profile
Diffstat (limited to 'etc')
-rw-r--r--etc/gpg-agent.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/gpg-agent.profile b/etc/gpg-agent.profile
index 2710ac88e..16bda186e 100644
--- a/etc/gpg-agent.profile
+++ b/etc/gpg-agent.profile
@@ -17,12 +17,18 @@ include disable-devel.inc
17include disable-interpreters.inc 17include disable-interpreters.inc
18include disable-passwdmgr.inc 18include disable-passwdmgr.inc
19include disable-programs.inc 19include disable-programs.inc
20include disable-xdg.inc
20 21
22mkdir ${HOME}/.gnupg
23whitelist ${HOME}/.gnupg
21whitelist /usr/share/gnupg 24whitelist /usr/share/gnupg
22whitelist /usr/share/gnupg2 25whitelist /usr/share/gnupg2
26include whitelist-common.inc
23include whitelist-usr-share-common.inc 27include whitelist-usr-share-common.inc
28include whitelist-var-common.inc
24 29
25caps.drop all 30caps.drop all
31machine-id
26netfilter 32netfilter
27no3d 33no3d
28nodvd 34nodvd