mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #105] Symlink handling #64
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#64
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 @blueyed on GitHub (Oct 28, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/105
The Vimperator addon uses
~/.vimperatorrcand~/.vimperator/, which should be added to the whitelist.However, I am using symlinks for those to the file/folder in
~/.dotfiles, and whitelisting seems to only add the target.I think it should add both the symlink and the target.
As a side note: adding both the link and the target of the folder will result in an error:
@blueyed commented on GitHub (Oct 28, 2015):
For some reason this also caused the
~/.dotfiles/vimperatorrcfile to get emptied!That happened at
01:41:34.245112301(timestamp of the zero-byte file), apparently when starting firefox through firejail on 01:41:34.225 (which ran for a while). I don't know what whitelist config I was using in that case, but either firejail emptied it (unlikely?), or Vimperator assumed that there is none?! - but that should probably not cause it to create an empty one (but I don't know).@netblue30 commented on GitHub (Oct 28, 2015):
Vimperator is in, I'll fix the simlinks. Thanks.
@reinerh commented on GitHub (Oct 30, 2015):
There is a vimperator-fork called pentadactyl that has similar files/dirs that should be whitelisted: ~/.pentadactylrc and ~/.pentadactyl/
@blueyed commented on GitHub (Oct 30, 2015):
@reinerh
👍
@netblue30 commented on GitHub (Oct 31, 2015):
Pentadactyl is in, thanks!
@netblue30 commented on GitHub (Nov 11, 2015):
Fixed.