mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3291] thunderbird: harden rules that allow Firefox to open links #2068
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#2068
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 @curiosityseeker on GitHub (Mar 22, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3291
The
thunderbird.profilecontains the following lines:These rules are more permissive than necessary, IMO. According to my tests the following modifications work:
These modifications restrict Thunderbird's access to
~/.mozilla/firefoxconsiderably as would be desirable. I think with these modifications those lines could be uncommented by default.It would be nice if the whitelist rule for
${HOME}/.cache/mozilla/firefoxcould be restricted to the relevant sub-folder therein. But since its name depends on the name of the respective Thunderbird profile I don't know how to do that.@rusty-snake commented on GitHub (Mar 22, 2020):
Open a PR ;)
@curiosityseeker commented on GitHub (Apr 4, 2020):
Access to ${HOME}/.cache/mozilla is actually not necessary.
6b8244dc86