aboutsummaryrefslogtreecommitdiffstats
path: root/etc/audio-recorder.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/audio-recorder.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/audio-recorder.profile')
-rw-r--r--etc/audio-recorder.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/audio-recorder.profile b/etc/audio-recorder.profile
index 799405f1d..b2ed3b030 100644
--- a/etc/audio-recorder.profile
+++ b/etc/audio-recorder.profile
@@ -7,8 +7,6 @@ include audio-recorder.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10blacklist ${RUNUSER}/wayland-*
11
12noblacklist ${MUSIC} 10noblacklist ${MUSIC}
13 11
14include disable-common.inc 12include disable-common.inc
@@ -42,7 +40,6 @@ protocol unix
42seccomp 40seccomp
43shell none 41shell none
44tracelog 42tracelog
45x11 none
46 43
47disable-mnt 44disable-mnt
48# private-bin audio-recorder 45# private-bin audio-recorder