mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3307] Fedora 31 Silverblue #2076
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#2076
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 @CdeMills on GitHub (Mar 30, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3307
Hello,
I saw the previous posting on the diifculty of running firejail in Silverblue. I tried to get one step further understanding what went wrong. FYI this call works in Fedora 31 Workstation:
strace -o firejail.msg --profile=/etc/firejail/palemoon.profile --private=/home/padupuis/somedir /opt/palemoon/palemoon-bin -no-remote
The first time I get on stderr
Error mkdir: util.c:1022 create_empty_dir_as_root: Permission denied
Next time I get
Error: cannot create /run/firejail/profile/11639
In the trace file, searching "No such file" gives
unlink("/run/firejail/bandwidth/11639-bandwidth") = -1 ENOENT (No such file or directory)
unlink("/run/firejail/network/11639-netmap") = -1 ENOENT (No such file or directory)
unlink("/run/firejail/name/11639") = -1 ENOENT (No such file or directory)
unlink("/run/firejail/x11/11639") = -1 ENOENT (No such file or directory)
unlink("/run/firejail/profile/11639") = -1 ENOENT (No such file or directory)
unlink("/run/firejail/bandwidth/11639-bandwidth") = -1 ENOENT (No such file or directory)
unlink("/run/firejail/network/11639-netmap") = -1 ENOENT (No such file or directory)
unlink("/run/firejail/name/11639") = -1 ENOENT (No such file or directory)
unlink("/run/firejail/x11/11639") = -1 ENOENT (No such file or directory)
unlink("/run/firejail/profile/11639") = -1 ENOENT (No such file or directory)
The directory /run/firejail exists and is populated by around 10 subdirs. Any idea how to investigate further ? IS it some race condition ?
Regards
Pascal
@netblue30 commented on GitHub (Apr 2, 2020):
We don't support Silverblue at the moment. They have a very unorthodox filesystem, with the real files stored under var and symlink from the regular filesystem entry points, something like this:
It would be a huge change in our code to support it.
vimrelated profiles #4166