aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-14 02:46:49 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-14 02:46:49 +0000
commitf55071c5f9c349a7bb9af08d2d8d1476341c4bf3 (patch)
tree4eb79c0a99b5db792b8b7801c51d4c690dd60ddc /etc
parentexiftool needs access to the /usr/bin/vendor_perl directory in archlinux (#2581) (diff)
downloadfirejail-f55071c5f9c349a7bb9af08d2d8d1476341c4bf3.tar.gz
firejail-f55071c5f9c349a7bb9af08d2d8d1476341c4bf3.tar.zst
firejail-f55071c5f9c349a7bb9af08d2d8d1476341c4bf3.zip
Fixes for seahorse/seahorse-tool (#2592)
* Fix seahorse GUI * Fix seahorse-tool GUI
Diffstat (limited to 'etc')
-rw-r--r--etc/seahorse-tool.profile2
-rw-r--r--etc/seahorse.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/seahorse-tool.profile b/etc/seahorse-tool.profile
index d61f860ad..91d617aa2 100644
--- a/etc/seahorse-tool.profile
+++ b/etc/seahorse-tool.profile
@@ -9,7 +9,7 @@ include seahorse-tool.local
9 9
10# dconf 10# dconf
11mkdir ${HOME}/.config/dconf 11mkdir ${HOME}/.config/dconf
12whitelist ${HOME}/.config/dconf 12noblacklist ${HOME}/.config/dconf
13 13
14include disable-exec.inc 14include disable-exec.inc
15include disable-xdg.inc 15include disable-xdg.inc
diff --git a/etc/seahorse.profile b/etc/seahorse.profile
index a24c8c3f2..33c82a694 100644
--- a/etc/seahorse.profile
+++ b/etc/seahorse.profile
@@ -9,7 +9,7 @@ include seahorse.local
9 9
10# dconf 10# dconf
11mkdir ${HOME}/.config/dconf 11mkdir ${HOME}/.config/dconf
12whitelist ${HOME}/.config/dconf 12noblacklist ${HOME}/.config/dconf
13 13
14# ssh 14# ssh
15noblacklist /etc/ssh 15noblacklist /etc/ssh