gpgconf: allow write access to @{run}/user/@{uid}/gnupg/ (#114)

This commit is contained in:
Vladimir Bauer 2023-02-01 15:34:50 +05:00 committed by GitHub
parent c0780edee1
commit 7d660f7c23
Failed to generate hash of commit

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/**,