Simon Déziel has proposed merging
~sdeziel/apparmor-profiles/+git/apparmor-profiles:debian-833184 into
apparmor-profiles:master.
Requested reviews:
AppArmor Developers (apparmor-dev)
For more details, see:
https://code.launchpad.net/~sdeziel/apparmor-profiles/+git/apparmor-profiles/+merge/301764
Accessing system mails (/var/mail/$USER) require locking as reported in [1].
This didn't show up during my tests so I apologize for yet another merge
request.
1: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833184
--
Your team AppArmor Developers is requested to review the proposed merge of
~sdeziel/apparmor-profiles/+git/apparmor-profiles:debian-833184 into
apparmor-profiles:master.
diff --git a/ubuntu/16.04/usr.bin.thunderbird b/ubuntu/16.04/usr.bin.thunderbird
index 808b074..df05b92 100644
--- a/ubuntu/16.04/usr.bin.thunderbird
+++ b/ubuntu/16.04/usr.bin.thunderbird
@@ -146,7 +146,7 @@ profile thunderbird /usr/lib/thunderbird/thunderbird {
owner @{HOME}/.cache/thunderbird/** rw,
# system emails
- owner /var/mail/* rw,
+ owner /var/mail/* rwlk,
#
# Extensions
diff --git a/ubuntu/16.10/usr.bin.thunderbird b/ubuntu/16.10/usr.bin.thunderbird
index 808b074..df05b92 100644
--- a/ubuntu/16.10/usr.bin.thunderbird
+++ b/ubuntu/16.10/usr.bin.thunderbird
@@ -146,7 +146,7 @@ profile thunderbird /usr/lib/thunderbird/thunderbird {
owner @{HOME}/.cache/thunderbird/** rw,
# system emails
- owner /var/mail/* rw,
+ owner /var/mail/* rwlk,
#
# Extensions
--
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/apparmor