fix(profile): minor fixes.

This commit is contained in:
Alexandre Pujol 2024-10-22 11:16:49 +01:00
parent e9eb5cff34
commit 3285de675f
Failed to generate hash of commit
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,8 @@ profile gpg-connect-agent @{exec_path} {
owner @{run}/user/@{uid}/gnupg/ w,
owner @{run}/user/@{uid}/gnupg/d.*/ rw,
owner @{run}/user/@{uid}/gnupg/S.dirmngr rw,
owner @{run}/user/@{uid}/gnupg/S.gpg-agent rw,
owner @{tmp}/tmp.*/.#lk0x@{hex}.*.@{pid} rw,
owner @{tmp}/tmp.*/.#lk0x@{hex}.*.@{pid}x rwl -> /tmp/*/.#lk0x@{hex}.*.@{pid},

View file

@ -12,6 +12,7 @@ profile keyboxd @{exec_path} {
@{exec_path} mr,
owner @{HOME}/@{XDG_GPG_DIR}/ w,
owner @{HOME}/@{XDG_GPG_DIR}/common.conf r,
owner @{HOME}/@{XDG_GPG_DIR}/public-keys.d/ rw,
owner @{HOME}/@{XDG_GPG_DIR}/public-keys.d/* rwlk,