mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
ps: environ is needed.
This commit is contained in:
parent
0b171d1330
commit
81b6f2d960
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ profile ps @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{PROC}/@{pids}/stat r,
|
||||
@{PROC}/@{pids}/cmdline r,
|
||||
@{PROC}/@{pids}/environ r,
|
||||
@{PROC}/@{pids}/task/ r,
|
||||
@{PROC}/@{pids}/task/@{tid}/stat r,
|
||||
@{PROC}/@{pids}/task/@{tid}/status r,
|
||||
|
|
Loading…
Reference in a new issue