mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
feat(profile): thunderbird: allow to open attachment.
This commit is contained in:
parent
064e9edec2
commit
89240929e9
2 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,8 @@ profile gnome-calendar @{exec_path} {
|
|||
/usr/share/evolution-data-server/{,**} r,
|
||||
/usr/share/libgweather/Locations.xml r,
|
||||
|
||||
owner @{tmp}/pid-@{pid}/*.ics r,
|
||||
|
||||
include if exists <local/gnome-calendar>
|
||||
}
|
||||
|
||||
|
|
|
@ -54,6 +54,7 @@ profile thunderbird @{exec_path} {
|
|||
owner @{tmp}/MozillaMailnews/*.msf rw,
|
||||
owner @{tmp}/nsemail.eml rw,
|
||||
owner @{tmp}/nsma rw,
|
||||
owner @{tmp}/pid-@{pid}/{,**} w,
|
||||
|
||||
# Silencer
|
||||
deny capability sys_ptrace,
|
||||
|
|
Loading…
Reference in a new issue