mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
polishing
This commit is contained in:
parent
c6ca84ded4
commit
41659f073c
@ -8,7 +8,7 @@ abi <abi/3.0>,
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/pipewire-media-session
|
||||
profile pipewire-media-session @{exec_path} {
|
||||
profile pipewire-media-session @{exec_path} flags=(complain ) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/audio>
|
||||
include <abstractions/dbus-session-strict>
|
||||
|
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{libexec}/evolution-source-registry
|
||||
profile evolution-source-registry @{exec_path} {
|
||||
profile evolution-source-registry @{exec_path} flags=(complain ) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dbus-session-strict>
|
||||
include <abstractions/dconf-write>
|
||||
@ -38,10 +38,11 @@ profile evolution-source-registry @{exec_path} {
|
||||
owner @{user_share_dirs}/evolution/calendar/ w,
|
||||
owner @{user_share_dirs}/evolution/calendar/trash/ w,
|
||||
owner @{user_share_dirs}/evolution/mail/ w,
|
||||
owner @{user_share_dirs}/evolution/mail/trash w,
|
||||
owner @{user_share_dirs}/evolution/mail/trash/ w,
|
||||
owner @{user_share_dirs}/evolution/memos/ w,
|
||||
owner @{user_share_dirs}/evolution/memos/trash/ w,
|
||||
owner @{user_share_dirs}/evolution/tasks/ w,
|
||||
owner @{user_share_dirs}/evolution/tasks/trash/ w,
|
||||
|
||||
|
||||
@{PROC}/sys/kernel/osrelease r,
|
||||
@{PROC}/cmdline r,
|
||||
|
Loading…
Reference in New Issue
Block a user