mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3250] conky needs lua #2039
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#2039
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 @curiosityseeker on GitHub (Feb 27, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3250
Since a few days I've noticed that conky didn't start any more here on Arch Linux. Starting it in the console produced the error:
/bin/conky: error while loading shared libraries: liblua.so.5.3: cannot open shared object file: Permission deniedAdding
allow-lua.incto the profile solved the problem. (It just comes to my mind that I didn't check ifnoblacklist /usr/lib/liblua*would be sufficient ...)@Vincent43 commented on GitHub (Feb 27, 2020):
Adding
allow-lua.incto the profile should be ok. Feel free to open PR.@rusty-snake commented on GitHub (Feb 27, 2020):
I'm very sure that it solve the issue. Has you added it above the disable-* block?
@curiosityseeker commented on GitHub (Feb 27, 2020):
Yes, it does - I just tried it. So it seems that the other entries in
allow-lua.incare not needed.I added it to my conky.profile in {HOME}/.config/firejail above
include /etc/firejail/conky.profile