mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Evolution: allow access to osrelease & kernel cmd.
Is it really needed?
This commit is contained in:
parent
b6ac70f80d
commit
8c935281fd
3 changed files with 9 additions and 0 deletions
|
@ -30,5 +30,8 @@ profile evolution-addressbook-factory @{exec_path} {
|
|||
owner @{run}/user/[0-9]*/dconf/ rw,
|
||||
owner @{run}/user/[0-9]*/dconf/user rw,
|
||||
|
||||
@{PROC}/sys/kernel/osrelease r,
|
||||
@{PROC}/cmdline r,
|
||||
|
||||
include if exists <local/evolution-addressbook-factory>
|
||||
}
|
||||
|
|
|
@ -32,5 +32,8 @@ profile evolution-calendar-factory @{exec_path} {
|
|||
owner @{run}/user/[0-9]*/dconf/ rw,
|
||||
owner @{run}/user/[0-9]*/dconf/user rw,
|
||||
|
||||
@{PROC}/sys/kernel/osrelease r,
|
||||
@{PROC}/cmdline r,
|
||||
|
||||
include if exists <local/evolution-calendar-factory>
|
||||
}
|
||||
|
|
|
@ -31,5 +31,8 @@ profile evolution-source-registry @{exec_path} {
|
|||
owner @{run}/user/[0-9]*/dconf/ rw,
|
||||
owner @{run}/user/[0-9]*/dconf/user rw,
|
||||
|
||||
@{PROC}/sys/kernel/osrelease r,
|
||||
@{PROC}/cmdline r,
|
||||
|
||||
include if exists <local/evolution-source-registry>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue