From ea1836ca825eee01504db8cb5870bbd0bf868e2d Mon Sep 17 00:00:00 2001 From: Tad Date: Thu, 23 Aug 2018 14:51:36 -0400 Subject: Fixup obs.profile (no python) --- etc/obs.profile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'etc/obs.profile') diff --git a/etc/obs.profile b/etc/obs.profile index 6d638e6e6..611ecdd67 100644 --- a/etc/obs.profile +++ b/etc/obs.profile @@ -10,6 +10,12 @@ noblacklist ${MUSIC} noblacklist ${PICTURES} noblacklist ${VIDEOS} +# Allow python (blacklisted by disable-interpreters.inc) +noblacklist ${PATH}/python2* +noblacklist ${PATH}/python3* +noblacklist /usr/lib/python2* +noblacklist /usr/lib/python3* + include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-interpreters.inc @@ -17,6 +23,8 @@ include /etc/firejail/disable-passwdmgr.inc include /etc/firejail/disable-programs.inc include /etc/firejail/disable-xdg.inc +include /etc/firejail/whitelist-var-common.inc + caps.drop all nodvd nogroups @@ -28,7 +36,7 @@ seccomp shell none tracelog -private-bin obs +private-bin obs,python* private-cache private-dev private-tmp -- cgit v1.2.3-54-g00ecf