aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ddgtk.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-01-18 23:29:09 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-18 23:29:09 +0000
commit789c30eb984ea638735726e39f2e65fbc25c989e (patch)
tree508e45f6a4328304a3ab19d82de1ecb4c155c667 /etc/ddgtk.profile
parentUpdate SECURITY.md (diff)
downloadfirejail-789c30eb984ea638735726e39f2e65fbc25c989e.tar.gz
firejail-789c30eb984ea638735726e39f2e65fbc25c989e.tar.zst
firejail-789c30eb984ea638735726e39f2e65fbc25c989e.zip
fixes for 'blacklist ${RUNUSER}/wayland-*' (#3166)
* unbreak audio-recorder Support both X11 and Wayland by default. Users can add 'blacklist ${RUNUSER}/wayland-*' or 'x11 none' in their audio-recorder.local. * unbreak ddgtk Support both X11 and Wayland by default. Users can add 'blacklist ${RUNUSER}/wayland-*' or 'x11 none' in their ddgtk.local. * unbreak and harden gconf-editor Support both X11 and Wayland by default. Also whitelist /usr/share/gconf-editor for wusc. * unbreak seahorse Support both X11 and Wayland by default. * add blacklist ${RUNUSER}/wayland-* to dnscrypt-proxy
Diffstat (limited to 'etc/ddgtk.profile')
-rw-r--r--etc/ddgtk.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/ddgtk.profile b/etc/ddgtk.profile
index 46386f09e..3dfc657bc 100644
--- a/etc/ddgtk.profile
+++ b/etc/ddgtk.profile
@@ -6,8 +6,6 @@ include ddgtk.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9blacklist ${RUNUSER}/wayland-*
10
11# Allow python (blacklisted by disable-interpreters.inc) 9# Allow python (blacklisted by disable-interpreters.inc)
12include allow-python2.inc 10include allow-python2.inc
13include allow-python3.inc 11include allow-python3.inc
@@ -45,7 +43,6 @@ protocol unix
45seccomp 43seccomp
46shell none 44shell none
47tracelog 45tracelog
48x11 none
49 46
50disable-mnt 47disable-mnt
51private-bin bash,dd,ddgtk,grep,lsblk,python*,sed,sh,tr 48private-bin bash,dd,ddgtk,grep,lsblk,python*,sed,sh,tr