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
|
|
@ -59,7 +59,7 @@ profile gnome-control-center-goa-helper @{exec_path} {
|
|||
|
||||
owner @{run}/user/@{uid}/webkitgtk/{,**} rw,
|
||||
|
||||
owner @{sys}/fs/cgroup/user.slice/user-@{uid}.slice/user@@{uid}.service/app.slice/app-gnome-org.gnome.Settings-[0-9]*.scope/memory.* r,
|
||||
owner @{sys}/fs/cgroup/user.slice/user-@{uid}.slice/user@@{uid}.service/app.slice/app-gnome-org.gnome.Settings-@{int}.scope/memory.* r,
|
||||
|
||||
@{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r,
|
||||
@{PROC}/zoneinfo r,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ profile gnome-photos-thumbnailer @{exec_path} {
|
|||
owner @{user_cache_dirs}/gnome-photos/thumbnails/{,**} rw,
|
||||
owner @{user_share_dirs}/gegl-*/{,**} r,
|
||||
|
||||
owner /dev/shm/DzlCounters-[0-9]* rw,
|
||||
owner /dev/shm/DzlCounters-@{int} rw,
|
||||
|
||||
include if exists <local/gnome-photos-thumbnailer>
|
||||
}
|
||||
|
|
@ -43,7 +43,7 @@ profile gnome-system-monitor @{exec_path} flags=(attach_disconnected) {
|
|||
@{sys}/devices/@{pci}/usb@{int}/**/net/*/statistics/collisions r,
|
||||
@{sys}/devices/@{pci}/usb@{int}/**/net/*/statistics/rx_{bytes,errors,packets} r,
|
||||
@{sys}/devices/@{pci}/usb@{int}/**/net/*/statistics/tx_{bytes,errors,packets} r,
|
||||
@{sys}/devices/@{pci}/virtio[0-9]*/**/stat r,
|
||||
@{sys}/devices/@{pci}/virtio@{int}/**/stat r,
|
||||
@{sys}/devices/virtual/net/*/statistics/collisions r,
|
||||
@{sys}/devices/virtual/net/*/statistics/rx_{bytes,errors,packets} r,
|
||||
@{sys}/devices/virtual/net/*/statistics/tx_{bytes,errors,packets} r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue