mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #741] Whitelisting symlink doesn't work #502
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#502
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 21, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/741
It seems symlink support had already been added https://github.com/netblue30/firejail/issues/386
However, my /home/user/.cache/ is symlinked to a tmpfs volume and I receive the following messages when trying to execute Firefox:
Error: invalid whitelist path /home/user/.cache/mozilla/firefox
Error: cannot establish communication with the parent, exiting...
@chiraag-nataraj commented on GitHub (Aug 21, 2016):
Just as an aside, you can do what I do and whitelist only the folders that should be permanent (~/.mozilla, various GTK config files, ~/Downloads). That way, everything else will automatically be stored on a tmpfs. This does become a pain though if you have a large number of folders to whitelist.
@ghost commented on GitHub (Aug 21, 2016):
@chiraag-nataraj good idea, seems to work! Though now Firefox complains it isn't "my default browser".
@chiraag-nataraj commented on GitHub (Aug 21, 2016):
@bryce-lynch I sometimes get that. Usually I just uncheck "Always check if Firefox is your default browser" and that goes away (it's unchecked in my preferences).
@netblue30 commented on GitHub (Sep 6, 2016):
It seems to be working fine for me. I'll close the bug, if you are still having problems, I'll reopen it.