mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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:
parent
d44be8ed94
commit
56391cf84f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue