[GH-ISSUE #4093] darktable needs read access to liblua* #2531

Closed
opened 2026-05-05 09:12:26 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @vbooka1 on GitHub (Mar 13, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4093

. . .
Parent pid 19020, child pid 19021
Child process initialized in 181.48 ms
/usr/bin/darktable: error while loading shared libraries: liblua5.3.so.5: cannot open shared object file: Permission denied

Parent is shutting down, bye...

workaround: create /etc/firejail/darktable.local with contents:

include allow-lua.inc

to fix: add this line to the main file darktable.profile

Originally created by @vbooka1 on GitHub (Mar 13, 2021). Original GitHub issue: https://github.com/netblue30/firejail/issues/4093 ``` . . . Parent pid 19020, child pid 19021 Child process initialized in 181.48 ms /usr/bin/darktable: error while loading shared libraries: liblua5.3.so.5: cannot open shared object file: Permission denied Parent is shutting down, bye... ``` workaround: create `/etc/firejail/darktable.local` with contents: ``` include allow-lua.inc ``` to fix: add this line to the main file `darktable.profile`
Author
Owner

@rusty-snake commented on GitHub (Mar 13, 2021):

Fell free to open a PR 😉

<!-- gh-comment-id:798588452 --> @rusty-snake commented on GitHub (Mar 13, 2021): Fell free to open a PR :wink:
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#2531
No description provided.