mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1497] Question regarding specific case where qutebrowser can launch without access to ~/.local and ~/.cache #1000
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#1000
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 (Aug 27, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1497
https://github.com/qutebrowser/qutebrowser/issues/2927
This is pretty much a crosspost since I thought at first that this is qutebrowser related but then I noticed that if I specifically block .cache and .local with blacklist it will no longer starts.
What happens in the initial case ?
@SkewedZeppelin commented on GitHub (Aug 27, 2017):
So if you don't explicitly blacklist it, but whitelist something, it'll see a blank home dir with just the things you whitelisted. Meaning it can create a .local and .cache itself, which will be deleted once exited. However when you blacklist those they do exist in the sandbox, but nothing has permission to write to them, which causes it to crash since it can't create or open them.
@ghost commented on GitHub (Aug 27, 2017):
Ok, so qutebrowser works thanks to the lines whitelisting stuff in .cache and .local from /etc/firejail/whitelist-common.inc.
How does the temporary filesystem work ?
edit: asking because I could not find much about it in the man page;