feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2025-03-30 16:27:41 +02:00
parent 5861da3f33
commit 735f5de518
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
50 changed files with 127 additions and 80 deletions

View file

@ -26,7 +26,8 @@ profile anacron @{exec_path} {
@{HOME}/ r,
/tmp/file* rw,
@{tmp}/file@{rand6} rw,
/tmp/anacron-@{rand6} rw,
profile run-parts {
include <abstractions/base>
@ -38,6 +39,7 @@ profile anacron @{exec_path} {
owner @{tmp}/#@{int} rw,
owner @{tmp}/file@{rand6} rw,
/tmp/anacron-@{rand6} rw,
include if exists <local/anacron_run-parts>
}