mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3723] Default minetest profile doesn't work #2346
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#2346
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 @JohannesBarjak on GitHub (Nov 4, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3723
Bug and expected behavior
No profile and disabling firejail
firejail --noprofile /path/to/programin a terminal?Minetest worked as expected.
which <program>orfirejail --listwhile the sandbox is running)?Nothing.
Reproduce
Steps to reproduce the behavior:
firejail minetest.Environment
5.8.16.a-1-hardened.Additional context
If you comment out
include disable-interpreters.incminetest works as expected.debug output
@ghost commented on GitHub (Nov 4, 2020):
@h4x0r-droid Thank you for reporting this issue and providing clues on how to fix this.
That's is helpful. I've checked the Arch Linux package and it turns out that minetest depends on
luajit, which is one of the interpreters blacklisted in disable-interpreters.inc. There's another clue near the end of your debug output:So, instead of completely avoiding the inclusion of disable-interpreters.inc, we have a set of allow-*.inc files exactly for this purpose. Can you test the profile with these additional lines to allow Lua related files: