gpgconf: allow write access to @{run}/user/@{uid}/gnupg/

This commit is contained in:
Vladimir Bauer 2023-02-01 15:05:36 +05:00
parent c0780edee1
commit ab545c6b95

View file

@ -26,6 +26,7 @@ profile gpgconf @{exec_path} {
/{usr/,}bin/pinentry-* rPx,
owner @{HOME}/@{XDG_GPG_DIR}/** rwkl -> @{HOME}/@{XDG_GPG_DIR}/**,
owner @{run}/user/@{uid}/gnupg/ w,
owner @{run}/user/@{uid}/gnupg/** rwkl -> @{run}/user/@{uid}/gnupg/**,
owner @{user_projects_dirs}/**/gnupg/** rwkl -> @{user_projects_dirs}/**/gnupg/**,