aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2019-07-08 22:04:56 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2019-07-08 22:04:56 -0500
commitfe8f43e0d7b067d315cf38eed6c78aec9cea7881 (patch)
tree012e1bf3cec54c7830df31d49ca159de45c93ec0
parentkeep dconf database read-only (diff)
downloadfirejail-fe8f43e0d7b067d315cf38eed6c78aec9cea7881.tar.gz
firejail-fe8f43e0d7b067d315cf38eed6c78aec9cea7881.tar.zst
firejail-fe8f43e0d7b067d315cf38eed6c78aec9cea7881.zip
Fix #2726
private-bin was too restrictive and didn't allow desktop recording
-rw-r--r--etc/obs.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/obs.profile b/etc/obs.profile
index 038242cae..2a7ed1ec2 100644
--- a/etc/obs.profile
+++ b/etc/obs.profile
@@ -36,7 +36,7 @@ seccomp
36shell none 36shell none
37tracelog 37tracelog
38 38
39private-bin obs,python* 39private-bin obs,python*,obs-ffmpeg-mux,sh,bash
40private-cache 40private-cache
41private-dev 41private-dev
42private-tmp 42private-tmp