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
|
|
@ -26,7 +26,7 @@ profile spice-vdagentd @{exec_path} flags=(attach_disconnected) {
|
|||
@{PROC}/@{pids}/cgroup r,
|
||||
|
||||
/dev/uinput rw,
|
||||
/dev/vport[0-9]*p[0-9]* rw,
|
||||
/dev/vport@{int}p@{int} rw,
|
||||
|
||||
include if exists <local/spice-vdagentd>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue