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
|
|
@ -144,8 +144,8 @@ profile pacman @{exec_path} {
|
|||
|
||||
owner /var/lib/pacman/{,**} rwl,
|
||||
owner /tmp/alpm_*/{,**} rw,
|
||||
owner /tmp/checkup-db-[0-9]*/sync/{,*.db*} rw,
|
||||
owner /tmp/checkup-db-[0-9]*/db.lck rw,
|
||||
owner /tmp/checkup-db-@{int}/sync/{,*.db*} rw,
|
||||
owner /tmp/checkup-db-@{int}/db.lck rw,
|
||||
|
||||
@{PROC}/@{pids}/ r,
|
||||
@{PROC}/@{pids}/cgroup r,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ profile pacman-hook-perl @{exec_path} {
|
|||
@{bin}/pacman rPx,
|
||||
@{bin}/sed rix,
|
||||
|
||||
@{lib}/perl[0-9]*/{,**} r,
|
||||
@{lib}/perl@{int}/{,**} r,
|
||||
|
||||
/dev/tty rw,
|
||||
/dev/tty@{int} rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue