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
This commit is contained in:
Kelvin M. Klann 2023-12-14 21:36:34 +00:00 committed by GitHub
parent d44be8ed94
commit 56391cf84f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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