Packaging: remove private users setting in systemd unit files (#40815)

* Remove privateusers=true from grafana-server.service
This commit is contained in:
Kevin Minehart 2021-10-22 09:19:55 -05:00 committed by GitHub
parent e9df40d7d0
commit ca4b35e596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ MemoryDenyWriteExecute=false
NoNewPrivileges=true
PrivateDevices=true
PrivateTmp=true
PrivateUsers=true
ProtectClock=true
ProtectControlGroups=true
ProtectHome=true

View File

@ -32,7 +32,6 @@ MemoryDenyWriteExecute=false
NoNewPrivileges=true
PrivateDevices=true
PrivateTmp=true
PrivateUsers=true
ProtectClock=true
ProtectControlGroups=true
ProtectHome=true