aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-12-14 21:36:34 +0000
committerLibravatar GitHub <noreply@github.com>2023-12-14 21:36:34 +0000
commit56391cf84fc6b4aaa2610deb32b31fc904ceb840 (patch)
tree1987f9fcd64b766ec99e374eda4ca6ef03cb093e /etc/profile-m-z
parentlandlock: use uint32_t instead of __u32 in firejail.h (diff)
downloadfirejail-56391cf84fc6b4aaa2610deb32b31fc904ceb840.tar.gz
firejail-56391cf84fc6b4aaa2610deb32b31fc904ceb840.tar.zst
firejail-56391cf84fc6b4aaa2610deb32b31fc904ceb840.zip
obs.profile: allow lua (#6131)
Some plugins may require it[1]: error: os_dlopen([...]): libluajit-5.1.so.2: [...]: Permission denied warning: Module '/usr//lib/obs-plugins/frontend-tools.so' not loaded [1] https://github.com/netblue30/firejail/issues/6130#issue-2040800338
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/obs.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-m-z/obs.profile b/etc/profile-m-z/obs.profile
index 82e7a4137..dbcc07809 100644
--- a/etc/profile-m-z/obs.profile
+++ b/etc/profile-m-z/obs.profile
@@ -10,6 +10,9 @@ noblacklist ${MUSIC}
10noblacklist ${PICTURES} 10noblacklist ${PICTURES}
11noblacklist ${VIDEOS} 11noblacklist ${VIDEOS}
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