mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
profiles: blobby: allow lua (#7102)
Environment: `firejail version 0.9.79`.
Fixes error:
$ firejail blobby
Reading profile /etc/firejail/blobby.profile
blobby: error while loading shared libraries: liblua5.2.so.5.2: cannot open shared object file: Permission denied
This commit is contained in:
parent
c62139cf9a
commit
b07e47ea59
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.blobby
|
||||
|
||||
# Allow lua (blacklisted by disable-interpreters.inc)
|
||||
include allow-lua.inc
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue