aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-05-02 14:23:41 +0000
committerLibravatar GitHub <noreply@github.com>2021-05-02 14:23:41 +0000
commit6a13ff2321f48df89251a7726c7f6ba06aecaa0f (patch)
treeb91748bdfb11748b1a41e5ceb067f6950e1cbee0 /etc
parentadd comment to firefox.profile (#4232) (diff)
downloadfirejail-6a13ff2321f48df89251a7726c7f6ba06aecaa0f.tar.gz
firejail-6a13ff2321f48df89251a7726c7f6ba06aecaa0f.tar.zst
firejail-6a13ff2321f48df89251a7726c7f6ba06aecaa0f.zip
harden audio-recorder (#4233)
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/audio-recorder.profile7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/profile-a-l/audio-recorder.profile b/etc/profile-a-l/audio-recorder.profile
index b2ed3b030..2c7fdc812 100644
--- a/etc/profile-a-l/audio-recorder.profile
+++ b/etc/profile-a-l/audio-recorder.profile
@@ -20,6 +20,7 @@ include disable-xdg.inc
20whitelist ${MUSIC} 20whitelist ${MUSIC}
21whitelist ${DOWNLOADS} 21whitelist ${DOWNLOADS}
22whitelist /usr/share/audio-recorder 22whitelist /usr/share/audio-recorder
23whitelist /usr/share/gstreamer-1.0
23include whitelist-common.inc 24include whitelist-common.inc
24include whitelist-usr-share-common.inc 25include whitelist-usr-share-common.inc
25include whitelist-var-common.inc 26include whitelist-var-common.inc
@@ -44,7 +45,11 @@ tracelog
44disable-mnt 45disable-mnt
45# private-bin audio-recorder 46# private-bin audio-recorder
46private-cache 47private-cache
47private-etc alternatives,fonts 48private-etc alternatives,fonts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload
48private-tmp 49private-tmp
49 50
51dbus-user filter
52dbus-user.talk ca.desrt.dconf
53dbus-system none
54
50# memory-deny-write-execute - breaks on Arch 55# memory-deny-write-execute - breaks on Arch