ouch: allow listing archive contents

This commit is contained in:
valoq 2025-06-29 19:35:08 +02:00
parent 1aee62f52c
commit 64d5c148d6
No known key found for this signature in database
GPG key ID: 19F09A0FB865CBD8

View file

@ -17,11 +17,16 @@ profile ouch @{exec_path} {
owner @{HOME}/.tmp@{rand6}/{,**} rw, owner @{HOME}/.tmp@{rand6}/{,**} rw,
owner @{HOME}/.tmp-ouch@{rand6}/{,**} rw, owner @{HOME}/.tmp-ouch@{rand6}/{,**} rw,
owner /tmp/ w,
owner /tmp/.tmp@{rand6}/{,**} rw,
owner /tmp/.tmp-ouch@{rand6}/{,**} rw,
@{sys}/fs/cgroup/user.slice/cpu.max r, @{sys}/fs/cgroup/user.slice/cpu.max r,
@{sys}/fs/cgroup/user.slice/user-@{uid}.slice/cpu.max r, @{sys}/fs/cgroup/user.slice/user-@{uid}.slice/cpu.max r,
@{sys}/fs/cgroup/user.slice/user-@{uid}.slice/session-@{word}.scope/cpu.max r, @{sys}/fs/cgroup/user.slice/user-@{uid}.slice/session-@{word}.scope/cpu.max r,
owner @{PROC}/@{pid}/cgroup r, owner @{PROC}/@{pid}/cgroup r,
owner @{PROC}/@{pid}/mountinfo r,
include if exists <local/ouch> include if exists <local/ouch>
} }