aboutsummaryrefslogtreecommitdiffstats
path: root/etc/pitivi.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pitivi.profile')
-rw-r--r--etc/pitivi.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/pitivi.profile b/etc/pitivi.profile
index 6df03e042..1d7c4f721 100644
--- a/etc/pitivi.profile
+++ b/etc/pitivi.profile
@@ -8,8 +8,15 @@ include /etc/firejail/globals.local
8 8
9noblacklist ${HOME}/.config/pitivi 9noblacklist ${HOME}/.config/pitivi
10 10
11# Allow python (blacklisted by disable-interpreters.inc)
12noblacklist ${PATH}/python2*
13noblacklist ${PATH}/python3*
14noblacklist /usr/lib/python2*
15noblacklist /usr/lib/python3*
16
11include /etc/firejail/disable-common.inc 17include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-devel.inc 18include /etc/firejail/disable-devel.inc
19include /etc/firejail/disable-interpreters.inc
13include /etc/firejail/disable-passwdmgr.inc 20include /etc/firejail/disable-passwdmgr.inc
14include /etc/firejail/disable-programs.inc 21include /etc/firejail/disable-programs.inc
15 22