mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1144] Whitelist symlinkeddir of origin #792
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#792
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 @liloman on GitHub (Mar 17, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1144
Hi
Then in firefox firejail profile:
whitelist ~/symlinkeddir/2.txt
And what happens is that:
~/origin/1.txt is blacklisted
~/origin/2.txt is whitelisted
~/origin/3.txt is blacklisted
But ~/symlinkeddir is blacklisted.
The desired output will be that ~/symlinkeddir/2.txt would be whitelisted.
I'm not sure but I think this was the behaviour sometime ago.
@liloman commented on GitHub (Mar 19, 2017):
It's working in another PC with Firefox 49. So I presume that it's due Firefox version. ¿?
So it must be something "strange" in my enviroment. xD
Cheers!
@netblue30 commented on GitHub (Mar 21, 2017):
Seems to be fine here, I'll close it for now.