mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3067] bin bash + not a directory - firejail is shutting down #1920
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#1920
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 @ghost on GitHub (Nov 28, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3067
Hi!
I can't run:
firejail --noprofile --nogroups --private=/path-to/ --private-dev --private-tmp --machine-id --noroot --caps.drop=all --seccomp --nosound --no3d /home/user/waterfox/waterfox
Output:
/bin/bash: /home/user/waterfox/waterfox: No such file or directory
This command works:
firejail --noprofile --dns=84.200.69.80 --dns=84.200.70.40 /home/user/waterfox/waterfox
What I've made wrong?
@smitsohu commented on GitHub (Nov 28, 2019):
The likely reason is that you did not copy the waterfox binary inside the
/path-to/directory. It needs to exist inside the sandbox.@ghost commented on GitHub (Nov 28, 2019):
ah ok
@ghost commented on GitHub (Nov 28, 2019):
and why is that here working?
firejail --noprofile --dns=84.200.69.80 --dns=84.200.70.40 /home/user/waterfox/waterfox
@rusty-snake commented on GitHub (Nov 28, 2019):
because there is no
--private=....@rusty-snake commented on GitHub (Nov 28, 2019):
https://github.com/netblue30/firejail/issues/3047#issuecomment-556009503
@rusty-snake commented on GitHub (Jan 17, 2020):
@trancemind65
I'm closing here due to inactivity, please fell free to reopen if you have more questions.