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
|
|
@ -32,9 +32,9 @@ profile containerd-shim-runc-v2 @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{bin}/runc rPUx,
|
||||
|
||||
/tmp/runc-process[0-9]* rw,
|
||||
/tmp/pty[0-9]*/ rw,
|
||||
/tmp/pty[0-9]*/pty.sock rw,
|
||||
/tmp/runc-process@{int} rw,
|
||||
/tmp/pty@{int}/ rw,
|
||||
/tmp/pty@{int}/pty.sock rw,
|
||||
|
||||
@{run}/containerd/{,containerd.sock.ttrpc} rw,
|
||||
@{run}/containerd/io.containerd.grpc.v1.cri/containers/@{hex}/io/@{int}/@{hex}-{stdin,stdout,stderr} rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue