feat(profile): minor update.

This commit is contained in:
Alexandre Pujol 2024-08-29 19:05:37 +01:00
parent 04898e20f9
commit a1eaf58427
Failed to generate hash of commit
3 changed files with 4 additions and 0 deletions

View file

@ -29,7 +29,9 @@ profile crontab @{exec_path} {
@{bin}/nvim rCx -> editor, @{bin}/nvim rCx -> editor,
/etc/cron.{allow,deny} r, /etc/cron.{allow,deny} r,
/etc/environment r,
/etc/pam.d/* r, /etc/pam.d/* r,
/etc/security/*.conf r,
/var/spool/cron/ r, /var/spool/cron/ r,
/var/spool/cron/crontabs/ rw, /var/spool/cron/crontabs/ rw,

View file

@ -20,6 +20,7 @@ profile scdaemon @{exec_path} {
@{exec_path} mr, @{exec_path} mr,
owner @{HOME}/@{XDG_GPG_DIR}/scdaemon.conf r, owner @{HOME}/@{XDG_GPG_DIR}/scdaemon.conf r,
owner @{HOME}/@{XDG_GPG_DIR}common.conf r,
owner @{HOME}/@{XDG_GPG_DIR}/reader_@{int}.status rw, owner @{HOME}/@{XDG_GPG_DIR}/reader_@{int}.status rw,
owner @{run}/user/@{uid}/gnupg/S.scdaemon rw, owner @{run}/user/@{uid}/gnupg/S.scdaemon rw,

View file

@ -15,6 +15,7 @@ profile pinentry @{exec_path} {
@{bin}/pinentry-* rPx, @{bin}/pinentry-* rPx,
@{sh_path} rix, @{sh_path} rix,
@{bin}/ldd rix,
/etc/pinentry/preexec r, /etc/pinentry/preexec r,