aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-23 14:51:36 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-23 14:51:36 -0400
commitea1836ca825eee01504db8cb5870bbd0bf868e2d (patch)
tree2fb00cf8b592c5415e5b31e5d63390ef30e105b3 /etc
parentMerges (diff)
downloadfirejail-ea1836ca825eee01504db8cb5870bbd0bf868e2d.tar.gz
firejail-ea1836ca825eee01504db8cb5870bbd0bf868e2d.tar.zst
firejail-ea1836ca825eee01504db8cb5870bbd0bf868e2d.zip
Fixup obs.profile (no python)
Diffstat (limited to 'etc')
-rw-r--r--etc/obs.profile10
1 files changed, 9 insertions, 1 deletions
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}
10noblacklist ${PICTURES} 10noblacklist ${PICTURES}
11noblacklist ${VIDEOS} 11noblacklist ${VIDEOS}
12 12
13# Allow python (blacklisted by disable-interpreters.inc)
14noblacklist ${PATH}/python2*
15noblacklist ${PATH}/python3*
16noblacklist /usr/lib/python2*
17noblacklist /usr/lib/python3*
18
13include /etc/firejail/disable-common.inc 19include /etc/firejail/disable-common.inc
14include /etc/firejail/disable-devel.inc 20include /etc/firejail/disable-devel.inc
15include /etc/firejail/disable-interpreters.inc 21include /etc/firejail/disable-interpreters.inc
@@ -17,6 +23,8 @@ include /etc/firejail/disable-passwdmgr.inc
17include /etc/firejail/disable-programs.inc 23include /etc/firejail/disable-programs.inc
18include /etc/firejail/disable-xdg.inc 24include /etc/firejail/disable-xdg.inc
19 25
26include /etc/firejail/whitelist-var-common.inc
27
20caps.drop all 28caps.drop all
21nodvd 29nodvd
22nogroups 30nogroups
@@ -28,7 +36,7 @@ seccomp
28shell none 36shell none
29tracelog 37tracelog
30 38
31private-bin obs 39private-bin obs,python*
32private-cache 40private-cache
33private-dev 41private-dev
34private-tmp 42private-tmp