mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3770] xournal.profile: liblua.so.5.4: cannot open shared object file: Permission denied #2374
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2374
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mkdy on GitHub (Nov 23, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3770
Bug and expected behavior
xournalpp doesn't work with firejail using xournalpp.profile.
It gives:
xournalpp: error while loading shared libraries: liblua.so.5.4: cannot open shared object file: Permission deniedNo profile and disabling firejail
firejail --noprofile /path/to/programin a terminal?Everything works pretty fine with
--noprofileor withdefault.profile.Reproduce
Steps to reproduce the behavior:
firejail xournalpperror while loading shared libraries: liblua.so.5.4: cannot open sharedEnvironment
Additional context
I tried to add
--private-lib=liblua.so,liblua.so.5.4, but with no success (wuth the same error).Checklist
https://github.com/netblue30/firejail/issues/1139)LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.debug output
@rusty-snake commented on GitHub (Nov 23, 2020):
883433dda8 (diff-005485268291fd648252fb61d49de6c168713be944c5453c2112ad7c5eb47d1c)@mkdy commented on GitHub (Nov 23, 2020):
Sorry, my fault. Thanks a lot!