Cannot whitelist directory in user home with --private #6513
-
I'm trying to run firefox (librewolf) without access to user home directory except for one folder that will be used to share specific files. I though that this command will do that, but it doesn't work Does anyone know if --private allows whitelisting any folders in home directory? Relates to: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
No. It's a i intentional decision that was discussed before. |
Beta Was this translation helpful? Give feedback.
-
I've ended up biting the bullet and disabling options in librewolf (version of firefox I'm using) one by one by trial and error - ended up with this command to launch it:
and this in $HOME/.config/firejail/librewolf.profile
I still don't know if there is anything else that I missed that --private was providing |
Beta Was this translation helpful? Give feedback.
No
private
takes precedence overwhitelist ${HOME}/...
. Others likewhitelist /usr/share/...
are not affected.It just whitelist's an empty list. So if the only whitelist command you have is
whitelist ${HOME}/does_not_exist
, the more or less do exactly the same.