[GH-ISSUE #3250] conky needs lua #2039

Closed
opened 2026-05-05 08:42:41 -06:00 by gitea-mirror · 3 comments
Owner

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 denied

Adding allow-lua.inc to the profile solved the problem. (It just comes to my mind that I didn't check if noblacklist /usr/lib/liblua* would be sufficient ...)

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 denied` Adding `allow-lua.inc` to the profile solved the problem. (It just comes to my mind that I didn't check if `noblacklist /usr/lib/liblua*` would be sufficient ...)
Author
Owner

@Vincent43 commented on GitHub (Feb 27, 2020):

Adding allow-lua.inc to the profile should be ok. Feel free to open PR.

<!-- gh-comment-id:591921341 --> @Vincent43 commented on GitHub (Feb 27, 2020): Adding `allow-lua.inc` to the profile should be ok. Feel free to open PR.
Author
Owner

@rusty-snake commented on GitHub (Feb 27, 2020):

Adding allow-lua.inc to the profile solved the problem. (It just comes to my mind that I didn't check if noblacklist /usr/lib/liblua* would be sufficient ...)

I'm very sure that it solve the issue. Has you added it above the disable-* block?

<!-- gh-comment-id:592035431 --> @rusty-snake commented on GitHub (Feb 27, 2020): > Adding `allow-lua.inc` to the profile solved the problem. (It just comes to my mind that I didn't check if `noblacklist /usr/lib/liblua*` would be sufficient ...) I'm very sure that it solve the issue. Has you added it above the disable-* block?
Author
Owner

@curiosityseeker commented on GitHub (Feb 27, 2020):

I'm very sure that it solve the issue.

Yes, it does - I just tried it. So it seems that the other entries in allow-lua.inc are not needed.

Has you added it above the disable-* block?

I added it to my conky.profile in {HOME}/.config/firejail above include /etc/firejail/conky.profile

<!-- gh-comment-id:592076266 --> @curiosityseeker commented on GitHub (Feb 27, 2020): > I'm very sure that it solve the issue. Yes, it does - I just tried it. So it seems that the other entries in `allow-lua.inc` are not needed. > Has you added it above the disable-* block? I added it to my conky.profile in {HOME}/.config/firejail above `include /etc/firejail/conky.profile`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2039
No description provided.