Skip to content

Security advantage of private-tmp (in firefox.profile) #4108

Discussion options

You must be logged in to vote

It's safe to ignore private-tmp if you use whitelist /tmp/foo:

ignore private-tmp
whitelist /tmp/.X11-unix
whitelist /tmp/firefox

I could not find a reason for the enabled private-tmp option for Firefox.
What was the reason to include private-tmp in the default Firefox profile

You will hardly never find a reason why restriction foo is in profile bar. private-tmp isolates /tmp inside the sandbox from /tmp of the system. And isolation between your system and the sandbox is that what you want if you use firejail.

/tmp/ is generally seen as world-writeable, so I don't see much of a security concern with Firefox having access to /tmp/.

Replace tmp with D-Bus:
   D-Bus is generally seen as…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@BreakfastSerial
Comment options

@BreakfastSerial
Comment options

@rusty-snake
Comment options

@BreakfastSerial
Comment options

Answer selected by rusty-snake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4106 on March 17, 2021 14:49.