mirror of
https://github.com/grafana/grafana.git
synced 2026-02-18 18:20:52 -05:00
Packaging: Remove ProcSubset option in systemd (#40339)
* update rpm service file * Update grafana-server.service
This commit is contained in:
parent
34b5414905
commit
fe5e49476b
2 changed files with 0 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ NoNewPrivileges=true
|
|||
PrivateDevices=true
|
||||
PrivateTmp=true
|
||||
PrivateUsers=true
|
||||
ProcSubset=pid
|
||||
ProtectClock=true
|
||||
ProtectControlGroups=true
|
||||
ProtectHome=true
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ NoNewPrivileges=true
|
|||
PrivateDevices=true
|
||||
PrivateTmp=true
|
||||
PrivateUsers=true
|
||||
ProcSubset=pid
|
||||
ProtectClock=true
|
||||
ProtectControlGroups=true
|
||||
ProtectHome=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue