aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/celluloid.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-01-27 23:35:12 +0000
committerLibravatar GitHub <noreply@github.com>2021-01-27 23:35:12 +0000
commitfb4705b4dd6c03c63754e5a6ff52b190e5164e28 (patch)
treee42dc77ef71cc9d756f4459acf235c137d96692b /etc/profile-a-l/celluloid.profile
parentreadme.md (diff)
downloadfirejail-fb4705b4dd6c03c63754e5a6ff52b190e5164e28.tar.gz
firejail-fb4705b4dd6c03c63754e5a6ff52b190e5164e28.tar.zst
firejail-fb4705b4dd6c03c63754e5a6ff52b190e5164e28.zip
streamline 'Allow xxx' comments (#3922)
* add comment: allow python * add comment: allow python * reorder allow comments * fix perl allow comment * add comment: allow python * add comment: allow lua, perl & python * reorder allow comments * add comment: allow python * add comment: allow python * add comment: allow lua, perl & python * fix allow comments * add comment: allow python * add comment: allow python * fix spacing in comments * add comment: allow python * add comment: allow python * fix comment * add comment: allow perl & python * add comment: allow lua & python * add comment: allow lua, perl & python * fix allow comments * add comment: allow perl & python * streamline allow python comments
Diffstat (limited to 'etc/profile-a-l/celluloid.profile')
-rw-r--r--etc/profile-a-l/celluloid.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/profile-a-l/celluloid.profile b/etc/profile-a-l/celluloid.profile
index d379651c7..6a76dc129 100644
--- a/etc/profile-a-l/celluloid.profile
+++ b/etc/profile-a-l/celluloid.profile
@@ -10,13 +10,13 @@ noblacklist ${HOME}/.config/celluloid
10noblacklist ${HOME}/.config/gnome-mpv 10noblacklist ${HOME}/.config/gnome-mpv
11noblacklist ${HOME}/.config/youtube-dl 11noblacklist ${HOME}/.config/youtube-dl
12 12
13# Allow lua (blacklisted by disable-interpreters.inc)
14include allow-lua.inc
15
13# Allow python (blacklisted by disable-interpreters.inc) 16# Allow python (blacklisted by disable-interpreters.inc)
14include allow-python2.inc 17include allow-python2.inc
15include allow-python3.inc 18include allow-python3.inc
16 19
17# Allow lua (blacklisted by disable-interpreters.inc)
18include allow-lua.inc
19
20include disable-common.inc 20include disable-common.inc
21include disable-devel.inc 21include disable-devel.inc
22include disable-exec.inc 22include disable-exec.inc