mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-19 01:18:16 +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/evolution-data-server/{,**} r,
|
||||||
/usr/share/libgweather/Locations.xml r,
|
/usr/share/libgweather/Locations.xml r,
|
||||||
|
|
||||||
|
owner @{tmp}/pid-@{pid}/*.ics r,
|
||||||
|
|
||||||
include if exists <local/gnome-calendar>
|
include if exists <local/gnome-calendar>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -54,6 +54,7 @@ profile thunderbird @{exec_path} {
|
||||||
owner @{tmp}/MozillaMailnews/*.msf rw,
|
owner @{tmp}/MozillaMailnews/*.msf rw,
|
||||||
owner @{tmp}/nsemail.eml rw,
|
owner @{tmp}/nsemail.eml rw,
|
||||||
owner @{tmp}/nsma rw,
|
owner @{tmp}/nsma rw,
|
||||||
|
owner @{tmp}/pid-@{pid}/{,**} w,
|
||||||
|
|
||||||
# Silencer
|
# Silencer
|
||||||
deny capability sys_ptrace,
|
deny capability sys_ptrace,
|
||||||
|
|
Loading…
Reference in a new issue