[GH-ISSUE #3236] private-lib + python is broken #2030

Open
opened 2026-05-05 08:42:12 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @rusty-snake on GitHub (Feb 22, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3236

firejail --noprofile '--private-lib=*' python3 does not work because python need files from /usr/lib/python3.7 and /usr/lib64/python3.7 but private-lib simply mounts the private-lib over both /usr/lib and /usr/lib64 with the python3.7 directory from /usr/lib.

Originally created by @rusty-snake on GitHub (Feb 22, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3236 `firejail --noprofile '--private-lib=*' python3` does not work because python need files from /usr/lib/python3.7 and /usr/lib64/python3.7 but private-lib simply mounts the private-lib over both /usr/lib and /usr/lib64 with the python3.7 directory from /usr/lib.
gitea-mirror added the
bug
label 2026-05-05 08:42:12 -06:00
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#2030
No description provided.