aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gnome-schedule.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-01 20:19:01 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-01 20:19:01 +0000
commit17f803513263f1488f344424ca01b1c3f95e2df0 (patch)
tree3a11b07fd86c739d9ce01e59c15dfeeeac8c2f23 /etc/gnome-schedule.profile
parentDelete Notes (diff)
downloadfirejail-17f803513263f1488f344424ca01b1c3f95e2df0.tar.gz
firejail-17f803513263f1488f344424ca01b1c3f95e2df0.tar.zst
firejail-17f803513263f1488f344424ca01b1c3f95e2df0.zip
Create allow-INTERPETER.inc (#2736)
* Create allow-INTERPETER.inc * allow-lua.inc * allow-perl.inc * allow-python2.inc * allow-python3.inc * Create allow-java.inc * Update profiles to use new allow-INTERPRETER.inc includes * Update profiles to use new allow-INTERPRETER.inc includes 2/x * Fix order of allow-INTERPRETER.inc includes * Update profiles to use new allow-INTERPRETER.inc includes 3/x * Fixup comment about allow-java.inc https://github.com/netblue30/firejail/pull/2736#discussion_r289597997 * Add Arch Linux specific paths to allow-perl.inc
Diffstat (limited to 'etc/gnome-schedule.profile')
-rw-r--r--etc/gnome-schedule.profile8
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/gnome-schedule.profile b/etc/gnome-schedule.profile
index 931efbbab..08256f3a5 100644
--- a/etc/gnome-schedule.profile
+++ b/etc/gnome-schedule.profile
@@ -36,12 +36,8 @@ noblacklist ${PATH}/xfce4-terminal
36noblacklist ${PATH}/xfce4-terminal.wrapper 36noblacklist ${PATH}/xfce4-terminal.wrapper
37 37
38# Allow python (blacklisted by disable-interpreters.inc) 38# Allow python (blacklisted by disable-interpreters.inc)
39noblacklist ${PATH}/python2* 39include allow-python2.inc
40noblacklist ${PATH}/python3* 40include allow-python3.inc
41noblacklist /usr/lib/python2*
42noblacklist /usr/lib/python3*
43noblacklist /usr/local/lib/python2*
44noblacklist /usr/local/lib/python3*
45 41
46include disable-common.inc 42include disable-common.inc
47include disable-devel.inc 43include disable-devel.inc