aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-07-04 12:33:16 +0000
committerLibravatar GitHub <noreply@github.com>2020-07-04 12:33:16 +0000
commitfa7ea9a11e99fb17e73e74c0b8ed82adf9a0a77f (patch)
treebe1dfd7ea823c23e54021ed29de5172764e8ed62 /etc
parentclarify writing to /var/mail and /var/spool/mail in apparmor (#3487) (diff)
downloadfirejail-fa7ea9a11e99fb17e73e74c0b8ed82adf9a0a77f.tar.gz
firejail-fa7ea9a11e99fb17e73e74c0b8ed82adf9a0a77f.tar.zst
firejail-fa7ea9a11e99fb17e73e74c0b8ed82adf9a0a77f.zip
update comment for apparmor in thunderbird.profile
This should clarify how to configure for reading local mail after https://github.com/netblue30/firejail/commit/dfaf7a7660689c055ba45a935e42b1b548669c57.
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/thunderbird.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/profile-m-z/thunderbird.profile b/etc/profile-m-z/thunderbird.profile
index 44ed6e5e0..6e4bb50d4 100644
--- a/etc/profile-m-z/thunderbird.profile
+++ b/etc/profile-m-z/thunderbird.profile
@@ -11,7 +11,8 @@ ignore dbus-user none
11ignore dbus-system none 11ignore dbus-system none
12writable-run-user 12writable-run-user
13 13
14# If you want to read local mail stored in /var/mail, add the following to thunderbird.local: 14# If you want to read local mail stored in /var/mail edit /etc/apparmor.d/firejail-default accordingly
15# and add the following to thunderbird.local:
15#noblacklist /var/mail 16#noblacklist /var/mail
16#noblacklist /var/spool/mail 17#noblacklist /var/spool/mail
17#whitelist /var/mail 18#whitelist /var/mail