aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-12-13 15:04:50 +0000
committerLibravatar GitHub <noreply@github.com>2021-12-13 15:04:50 +0000
commit2c36b2f5d9219961406161e78fd4aed8a496818a (patch)
tree5c2c89c5e6681661fb5849c6ab25180882985ece /etc/profile-a-l
parentRELNOTES: add more missing pr/issue references (diff)
downloadfirejail-2c36b2f5d9219961406161e78fd4aed8a496818a.tar.gz
firejail-2c36b2f5d9219961406161e78fd4aed8a496818a.tar.zst
firejail-2c36b2f5d9219961406161e78fd4aed8a496818a.zip
allow lua
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/highlight.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/highlight.profile b/etc/profile-a-l/highlight.profile
index 0145f7ceb..97f190723 100644
--- a/etc/profile-a-l/highlight.profile
+++ b/etc/profile-a-l/highlight.profile
@@ -8,6 +8,9 @@ include globals.local
8 8
9blacklist ${RUNUSER} 9blacklist ${RUNUSER}
10 10
11# Allow lua (blacklisted by disable-interpreters.inc)
12include allow-lua.inc
13
11include disable-common.inc 14include disable-common.inc
12include disable-devel.inc 15include disable-devel.inc
13include disable-interpreters.inc 16include disable-interpreters.inc