mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3415] Unetbootin + Firejail ??? #2144
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#2144
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 @opqriu on GitHub (May 13, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3415
https://unetbootin.github.io/linux_download.html
I run Unetbootin in Debian in the following way.
~ $ sudo ./unetbootin-linux64-677.binI want to use the Firejile sandbox.
Please Can you tell me how to do it?
Thank you.
@rusty-snake commented on GitHub (May 14, 2020):
Works
sudo firejail --noprofile ./unetbootin-linux64-677.bin?@opqriu commented on GitHub (May 15, 2020):
It's best.
That ’s cool.
thank you for telling me.
@ghost commented on GitHub (May 15, 2020):
@opqriu A bit too soon to close this IMO. The
--noprofileoption suggested by @rusty-snake is only the beginning so to speak. It's looking good that it worked (at least I assume it did looking at your generous emoji response), but that offers only very minimal protection. We'll need to test if/how we can properly restrict a unetbootin sandbox before we can add a profile for it. With a bit of patience we'll get there ;-)@rusty-snake commented on GitHub (May 15, 2020):
As a next step, you could try
sudo firejail --ignore=noroot --ignore=nonewprivs --profile=default unetbootin.Note: we need
--profile=defaultexplicit because firejail will use server.profile if it is started as root.@rusty-snake commented on GitHub (Jul 16, 2020):
I'm closing here due to inactivity, please fell free to reopen if you have more questions.