mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: evolution: add /tmp/evolution-* & disable private-tmp (#6469)
These paths are apparently used for attachments. Disable private-tmp to make it easier to open attachments with external programs. Relates to #5101. Reported-by: @githlp Suggested-by: @rusty-snake
This commit is contained in:
parent
26f3e9bf5d
commit
1c059149c3
2 changed files with 3 additions and 1 deletions
|
|
@ -1262,6 +1262,7 @@ blacklist ${RUNUSER}/qutebrowser
|
|||
blacklist /etc/ssmtp
|
||||
blacklist /tmp/.wine-*
|
||||
blacklist /tmp/akonadi-*
|
||||
blacklist /tmp/evolution-*
|
||||
blacklist /tmp/i3-*
|
||||
blacklist /tmp/lwjgl_*
|
||||
blacklist /var/games/nethack
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ include evolution.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist /tmp/evolution-*
|
||||
noblacklist /var/mail
|
||||
noblacklist /var/spool/mail
|
||||
noblacklist ${HOME}/.bogofilter
|
||||
|
|
@ -41,7 +42,7 @@ protocol unix,inet,inet6
|
|||
seccomp
|
||||
|
||||
private-dev
|
||||
private-tmp
|
||||
#private-tmp
|
||||
writable-var
|
||||
|
||||
restrict-namespaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue