aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-02-03 14:58:07 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-02-03 14:58:07 +0100
commita9c6f9f42346a067343f72906ca8016097bee8b1 (patch)
tree39ed11b90f4acc1a4498da7be30b0510f8871d5c /etc
parentresolve cppcheck memleak warning (diff)
downloadfirejail-a9c6f9f42346a067343f72906ca8016097bee8b1.tar.gz
firejail-a9c6f9f42346a067343f72906ca8016097bee8b1.tar.zst
firejail-a9c6f9f42346a067343f72906ca8016097bee8b1.zip
fix gnome-passwordsafe -- no whitelist globing yet
Diffstat (limited to 'etc')
-rw-r--r--etc/gnome-passwordsafe.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/gnome-passwordsafe.profile b/etc/gnome-passwordsafe.profile
index 685a5cc3f..de8f6ad7d 100644
--- a/etc/gnome-passwordsafe.profile
+++ b/etc/gnome-passwordsafe.profile
@@ -22,7 +22,8 @@ include disable-programs.inc
22include disable-xdg.inc 22include disable-xdg.inc
23 23
24whitelist ${RUNUSER}/bus 24whitelist ${RUNUSER}/bus
25whitelist ${RUNUSER}/wayland-? 25# If you have a second wayland compositor, whitelist its socket here.
26whitelist ${RUNUSER}/wayland-0
26whitelist ${RUNUSER}/gdm/Xauthority 27whitelist ${RUNUSER}/gdm/Xauthority
27 28
28whitelist /usr/share/cracklib 29whitelist /usr/share/cracklib