mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 07:17:22 +01:00
feat(profile): minor update.
This commit is contained in:
parent
04898e20f9
commit
a1eaf58427
3 changed files with 4 additions and 0 deletions
|
@ -29,7 +29,9 @@ profile crontab @{exec_path} {
|
|||
@{bin}/nvim rCx -> editor,
|
||||
|
||||
/etc/cron.{allow,deny} r,
|
||||
/etc/environment r,
|
||||
/etc/pam.d/* r,
|
||||
/etc/security/*.conf r,
|
||||
|
||||
/var/spool/cron/ r,
|
||||
/var/spool/cron/crontabs/ rw,
|
||||
|
|
|
@ -20,6 +20,7 @@ profile scdaemon @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
|
||||
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 @{run}/user/@{uid}/gnupg/S.scdaemon rw,
|
||||
|
|
|
@ -15,6 +15,7 @@ profile pinentry @{exec_path} {
|
|||
|
||||
@{bin}/pinentry-* rPx,
|
||||
@{sh_path} rix,
|
||||
@{bin}/ldd rix,
|
||||
|
||||
/etc/pinentry/preexec r,
|
||||
|
||||
|
|
Loading…
Reference in a new issue