mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3047] Need help for Waterofx.profile (Firejail) #1914
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#1914
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 20, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3047
Hi!
I created a Waterfox.profile for Firejail.
I run:
firejail --private --dns=84.200.69.80 --dns=84.200.70.40 --profile=/etc/firejail/waterfox.profile /home/unknown/waterfox/waterfox
Error:
Reading profile /etc/firejail/waterfox.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Warning: networking feature is disabled in Firejail configuration file
Parent pid 9202, child pid 9203
DNS server 84.200.69.80
DNS server 84.200.70.40
Private /etc installed in 23.16 ms
38 programs installed in 99.27 ms
Child process initialized in 199.59 ms
/bin/bash: /home/unknown/waterfox/waterfox: No such file or directory
Parent is shutting down, bye...
/home/unknown/waterfox/waterfox: No such file or directory
How can I fix that?
The path to the exec of Waterfox works when I run it without Firejail command.
@rusty-snake commented on GitHub (Nov 20, 2019):
Hi,
I thing the issue is
noexec ${HOME}if/home/unknown/waterfox/waterfoxis a elf-file. Or is it a symlink?Also what against the waterfox-profile from firejail?
You use a old firejail version, right? Which version is it?
@rusty-snake commented on GitHub (Nov 20, 2019):
Wait, you use
--private."New /home/user in a temporary filesystem" means empty.
@ghost commented on GitHub (Nov 20, 2019):
it was "noexec ${HOME}"... thanks for the help.
I moved the waterfox folder to another folder, now it works.
(SOLVED)