aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/pkglog.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-m-z/pkglog.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-m-z/pkglog.profile')
-rw-r--r--etc/profile-m-z/pkglog.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/pkglog.profile b/etc/profile-m-z/pkglog.profile
index 7d43dd08f..cc4f016c5 100644
--- a/etc/profile-m-z/pkglog.profile
+++ b/etc/profile-m-z/pkglog.profile
@@ -6,7 +6,7 @@ include pkglog.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9# Allow python3 (blacklisted by disable-interpreters.inc) 9# Allow python (blacklisted by disable-interpreters.inc)
10include allow-python3.inc 10include allow-python3.inc
11 11
12include disable-common.inc 12include disable-common.inc