Use @{uid} instead of [0-9]* when it denotes the user id.
This commit is contained in:
parent
cd4ad5b09c
commit
4a35b7d804
137 changed files with 253 additions and 253 deletions
|
|
@ -55,8 +55,8 @@ profile mumble @{exec_path} {
|
|||
/dev/shm/MumbleLink.[0-9]*[0-9] rw,
|
||||
/dev/shm/#[0-9]*[0-9] rw,
|
||||
|
||||
owner @{run}/user/[0-9]*/MumbleSocket rw,
|
||||
owner @{run}/user/[0-9]*/MumbleOverlayPipe rw,
|
||||
owner @{run}/user/@{uid}/MumbleSocket rw,
|
||||
owner @{run}/user/@{uid}/MumbleOverlayPipe rw,
|
||||
|
||||
deny owner @{PROC}/@{pid}/cmdline r,
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
|
|
@ -91,7 +91,7 @@ profile mumble @{exec_path} {
|
|||
|
||||
owner @{HOME}/ r,
|
||||
|
||||
owner @{run}/user/[0-9]*/ r,
|
||||
owner @{run}/user/@{uid}/ r,
|
||||
|
||||
# Allowed apps to open
|
||||
/{usr/,}lib/firefox/firefox rPUx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue