mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4106] [Question] Security advantage of private-tmp for the default firefox profile #2536
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#2536
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 @BreakfastSerial on GitHub (Mar 17, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4106
The provided profile for Firefox includes
private-tmp. Coming from other discussions (#4103 and #3146), my approach would include multiple active instances of Firefox, with--ignore=private-tmp.I could not find a reason for the enabled
private-tmpoption for Firefox./tmp/is generally seen as world-writeable, so I don't see much of a security concern with Firefox having access to/tmp/.However, I do not want to establish a setup with possible security concerns, thus the question:
What was the reason to include
private-tmpin the default Firefox profile (/etc/firejail/firefox-common.profile) and what implications would--ignore=private-tmpentail?Environment
Compile time support:
- AppArmor support is enabled
- AppImage support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- firetunnel support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled