mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 14:55:15 +01:00
Move gnome-keyring-daemon.
This commit is contained in:
parent
d2252c10da
commit
651b34fcca
1 changed files with 3 additions and 2 deletions
|
@ -22,11 +22,12 @@ profile gnome-keyring-daemon @{exec_path} {
|
||||||
owner @{user_share_dirs}/keyrings/* rwl,
|
owner @{user_share_dirs}/keyrings/* rwl,
|
||||||
|
|
||||||
# Seahorse and SSH keys
|
# Seahorse and SSH keys
|
||||||
owner @{HOME}/@{XDG_SSH_DIR}/ r,
|
owner @{HOME}/@{XDG_SSH_DIR}/{,**} r,
|
||||||
owner @{HOME}/@{XDG_SSH_DIR}/** r,
|
|
||||||
|
|
||||||
owner @{run}/user/[0-9]*/keyring/ rw,
|
owner @{run}/user/[0-9]*/keyring/ rw,
|
||||||
owner @{run}/user/[0-9]*/keyring/* rw,
|
owner @{run}/user/[0-9]*/keyring/* rw,
|
||||||
|
|
||||||
|
@{PROC}/[0-9]*/fd/ r,
|
||||||
|
|
||||||
include if exists <local/gnome-keyring-daemon>
|
include if exists <local/gnome-keyring-daemon>
|
||||||
}
|
}
|
Loading…
Reference in a new issue