[GH-ISSUE #1144] Whitelist symlinkeddir of origin #792

Closed
opened 2026-05-05 06:51:20 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @liloman on GitHub (Mar 17, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1144

Hi

mkdir ~/origin; touch ~/origin/{1..3}.txt
ln -s ~/origin ~/symlinkeddir

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.

Originally created by @liloman on GitHub (Mar 17, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1144 Hi ```bash mkdir ~/origin; touch ~/origin/{1..3}.txt ln -s ~/origin ~/symlinkeddir ``` 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.
gitea-mirror 2026-05-05 06:51:20 -06:00
Author
Owner

@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!

<!-- gh-comment-id:287636642 --> @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!
Author
Owner

@netblue30 commented on GitHub (Mar 21, 2017):

Seems to be fine here, I'll close it for now.

<!-- gh-comment-id:288055791 --> @netblue30 commented on GitHub (Mar 21, 2017): Seems to be fine here, I'll close it for now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#792
No description provided.