feat(profiles): continue replacing [0-9]* by @{int}.
This commit is contained in:
parent
99e4c4622d
commit
00051bd2f0
100 changed files with 222 additions and 229 deletions
|
|
@ -48,7 +48,7 @@ profile cron-popularity-contest @{exec_path} {
|
|||
/var/log/ r,
|
||||
/var/log/popularity-contest{,.new} rw,
|
||||
/var/log/popularity-contest{,.new}.gpg rw,
|
||||
/var/log/popularity-contest.[0-9]* rw,
|
||||
/var/log/popularity-contest.@{int} rw,
|
||||
|
||||
# Store last successful http submission timestamp
|
||||
/var/lib/popularity-contest/ rw,
|
||||
|
|
@ -78,8 +78,8 @@ profile cron-popularity-contest @{exec_path} {
|
|||
@{sh_path} rix,
|
||||
|
||||
/var/log/ r,
|
||||
/var/log/popularity-contest.[0-9]*.gz rw,
|
||||
/var/log/popularity-contest.[0-9]* rw,
|
||||
/var/log/popularity-contest.@{int}.gz rw,
|
||||
/var/log/popularity-contest.@{int} rw,
|
||||
/var/log/popularity-contest rw,
|
||||
|
||||
# file_inherit
|
||||
|
|
@ -121,8 +121,8 @@ profile cron-popularity-contest @{exec_path} {
|
|||
|
||||
/var/log/popularity-contest.new r,
|
||||
/var/log/popularity-contest.new.gpg rw,
|
||||
/var/log/popularity-contest.[0-9]* r,
|
||||
/var/log/popularity-contest.[0-9]*.gpg rw,
|
||||
/var/log/popularity-contest.@{int} r,
|
||||
/var/log/popularity-contest.@{int}.gpg rw,
|
||||
|
||||
owner /tmp/tmp.*/** rwkl -> /tmp/tmp.*/**,
|
||||
|
||||
|
|
@ -149,7 +149,7 @@ profile cron-popularity-contest @{exec_path} {
|
|||
|
||||
/var/log/ r,
|
||||
/var/log/popularity-contest.new.gpg r,
|
||||
/var/log/popularity-contest.[0-9]*.gpg r,
|
||||
/var/log/popularity-contest.@{int}.gpg r,
|
||||
|
||||
# file_inherit
|
||||
owner /tmp/#@{int} rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue