aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar luca0N! <121697285+luca0N@users.noreply.github.com>2024-02-02 03:28:20 +0000
committerLibravatar GitHub <noreply@github.com>2024-02-02 03:28:20 +0000
commitba84566004022f93c465396101014e97bb4c89a5 (patch)
tree38953198a3d5f430ce8d3b064ff539d2a7459eec /etc/profile-a-l
parentbuild: fix codespell warnings (diff)
downloadfirejail-ba84566004022f93c465396101014e97bb4c89a5.tar.gz
firejail-ba84566004022f93c465396101014e97bb4c89a5.tar.zst
firejail-ba84566004022f93c465396101014e97bb4c89a5.zip
crawl.profile: allow lua (#6182)
Add common Lua include to crawl.profile (Dungeon Crawl Stone Soup) to allow Lua libraries, as both the ncurses and tiles executables are dynamically linked to Lua.
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/crawl.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/crawl.profile b/etc/profile-a-l/crawl.profile
index 7df7b4480..9545fb8bc 100644
--- a/etc/profile-a-l/crawl.profile
+++ b/etc/profile-a-l/crawl.profile
@@ -8,6 +8,9 @@ include globals.local
8 8
9noblacklist ${HOME}/.crawl 9noblacklist ${HOME}/.crawl
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-exec.inc 16include disable-exec.inc