parent
b66274b2ca
commit
503e83a896
4 changed files with 25 additions and 7 deletions
|
|
@ -31,7 +31,9 @@
|
|||
dbus bus=session,
|
||||
dbus bus=system,
|
||||
|
||||
/usr/** r,
|
||||
/usr/cache/** r,
|
||||
/usr/local/** r,
|
||||
/usr/share/** rk,
|
||||
|
||||
/etc/{,**} r,
|
||||
|
||||
|
|
@ -93,6 +95,7 @@
|
|||
@{PROC}/@{pid}/task/@{tid}/status r,
|
||||
@{PROC}/bus/pci/devices r,
|
||||
@{PROC}/driver/** r,
|
||||
@{PROC}/locks r,
|
||||
@{PROC}/pressure/cpu r,
|
||||
@{PROC}/pressure/io r,
|
||||
@{PROC}/pressure/memory r,
|
||||
|
|
@ -106,9 +109,13 @@
|
|||
@{PROC}/zoneinfo r,
|
||||
owner @{PROC}/@{pid}/clear_refs w,
|
||||
owner @{PROC}/@{pid}/comm rw,
|
||||
owner @{PROC}/@{pid}/environ r,
|
||||
owner @{PROC}/@{pid}/fd/@{int} rw,
|
||||
owner @{PROC}/@{pid}/fdinfo/@{int} r,
|
||||
owner @{PROC}/@{pid}/io r,
|
||||
owner @{PROC}/@{pid}/loginuid r,
|
||||
owner @{PROC}/@{pid}/mem r,
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
owner @{PROC}/@{pid}/net/if_inet6 r,
|
||||
owner @{PROC}/@{pid}/oom_score_adj rw,
|
||||
owner @{PROC}/@{pid}/statm r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue