From 56391cf84fc6b4aaa2610deb32b31fc904ceb840 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 14 Dec 2023 21:36:34 +0000 Subject: 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 --- etc/profile-m-z/obs.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-m-z/obs.profile') 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} noblacklist ${PICTURES} noblacklist ${VIDEOS} +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc + # Allow python (blacklisted by disable-interpreters.inc) include allow-python2.inc include allow-python3.inc -- cgit v1.2.3-54-g00ecf