Hello, I hope its ok to ask here about a firejail problem but I have not found any other platform to ask about this.
I want to run MultiMC (an alternative minecraft launcher) in firejail for at least a thin layer of protection, I will also later run the java bin in the sandbox (yes I know it is not really "save" but at least some MC mods will not save files in my main dirs later).
I run a lot of programs through firejail and have never had a problem with it.
I have a firejail profile and run the firejail command from a shell script:
multimc.profilerun.sh
I also tried running the MultiMC binary directly from the firejail command:
But the same error massage appears every time:
I also tried the x64 and x32 binaries and the log files generated by firejail are also empty. To be sure that the bin is in the right path, I also tried the full path and tested with du to see if the bin was really there:
which was always the case.
I hope someone has an idea what the error is, thanks in advance!
I want to run MultiMC (an alternative minecraft launcher) in firejail for at least a thin layer of protection, I will also later run the java bin in the sandbox (yes I know it is not really "save" but at least some MC mods will not save files in my main dirs later).
I run a lot of programs through firejail and have never had a problem with it.
I have a firejail profile and run the firejail command from a shell script:
multimc.profile
Code:
include /etc/firejail/globals.localinclude /etc/firejail/disable-common.incprivate ./data/net noneCode:
#!/bin/bashfirejail --output=./logfile.log --profile=./multimc.profile ./MultiMC/bin/MultiMCI also tried running the MultiMC binary directly from the firejail command:
Code:
firejail ./MultiMC/bin/MultiMCCode:
Error: no suitable ./MultiMC/bin/MultiMC executable foundI also tried the x64 and x32 binaries and the log files generated by firejail are also empty. To be sure that the bin is in the right path, I also tried the full path and tested with du to see if the bin was really there:
Code:
o7ydv@Hamster:~/firejail/multimc$ ./start.sh Reading profile ./multimc.profileReading profile /etc/firejail/disable-common.incParent pid 17555, child pid 17557Child process initialized in 43.47 msError: no suitable ./MultiMC/bin/MultiMC executable foundParent is shutting down, bye...o7ydv@Hamster:~/firejail/multimc$ du ./MultiMC/bin/MultiMC7800 ./MultiMC/bin/MultiMCI hope someone has an idea what the error is, thanks in advance!
Statistics: Posted by o7YDv — 2024-02-18 11:02 — Replies 2 — Views 68