aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gnome-keyring.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-11-16 11:41:35 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-11-16 11:41:35 +0100
commit096d0de5f8bb253d0c1035796464bc5982f06f81 (patch)
treed9634d1c26afca63ada52f66dd55eb09a46647dd /etc/profile-a-l/gnome-keyring.profile
parentAdd XAUTHORITY file of sddm from openSUSE Tumblew… (diff)
downloadfirejail-096d0de5f8bb253d0c1035796464bc5982f06f81.tar.gz
firejail-096d0de5f8bb253d0c1035796464bc5982f06f81.tar.zst
firejail-096d0de5f8bb253d0c1035796464bc5982f06f81.zip
from my overrides
- add seccomp.block-secondary to a lot profiles - add wruc to firefox-common and ignore it in TB and firefox-common-addons - harden dia, gnome-keyring, libreoffice, megaglest, pngquant, ghostwriter, rhythmbox, sqlitebrowser
Diffstat (limited to 'etc/profile-a-l/gnome-keyring.profile')
-rw-r--r--etc/profile-a-l/gnome-keyring.profile11
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/profile-a-l/gnome-keyring.profile b/etc/profile-a-l/gnome-keyring.profile
index ecbb74158..a0b9ef04e 100644
--- a/etc/profile-a-l/gnome-keyring.profile
+++ b/etc/profile-a-l/gnome-keyring.profile
@@ -9,8 +9,6 @@ include globals.local
9 9
10noblacklist ${HOME}/.gnupg 10noblacklist ${HOME}/.gnupg
11 11
12whitelist ${HOME}/.gnupg
13whitelist ${DOWNLOADS}
14include disable-common.inc 12include disable-common.inc
15include disable-devel.inc 13include disable-devel.inc
16include disable-exec.inc 14include disable-exec.inc
@@ -19,9 +17,15 @@ include disable-interpreters.inc
19include disable-programs.inc 17include disable-programs.inc
20include disable-xdg.inc 18include disable-xdg.inc
21 19
20mkdir ${HOME}/.gnupg
21whitelist ${HOME}/.gnupg
22whitelist ${DOWNLOADS}
23whitelist ${RUNUSER}/gnupg
24whitelist ${RUNUSER}/keyring
22whitelist /usr/share/gnupg 25whitelist /usr/share/gnupg
23whitelist /usr/share/gnupg2 26whitelist /usr/share/gnupg2
24include whitelist-common.inc 27include whitelist-common.inc
28include whitelist-runuser-common.inc
25include whitelist-usr-share-common.inc 29include whitelist-usr-share-common.inc
26include whitelist-var-common.inc 30include whitelist-var-common.inc
27 31
@@ -41,6 +45,7 @@ nou2f
41novideo 45novideo
42protocol unix,inet,inet6 46protocol unix,inet,inet6
43seccomp 47seccomp
48seccomp.block-secondary
44shell none 49shell none
45tracelog 50tracelog
46 51
@@ -52,6 +57,6 @@ private-dev
52private-tmp 57private-tmp
53 58
54# dbus-user none 59# dbus-user none
55# dbus-system none 60dbus-system none
56 61
57memory-deny-write-execute 62memory-deny-write-execute