remove systemcallfilters sections from systemd unit files (#40176)

pull/40222/head
Kevin Minehart 4 years ago committed by GitHub
parent d9c0220824
commit cdea812cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      packaging/deb/systemd/grafana-server.service
  2. 5
      packaging/rpm/systemd/grafana-server.service

@ -29,7 +29,7 @@ TimeoutStopSec=20
CapabilityBoundingSet= CapabilityBoundingSet=
DeviceAllow= DeviceAllow=
LockPersonality=true LockPersonality=true
MemoryDenyWriteExecute=true MemoryDenyWriteExecute=false
NoNewPrivileges=true NoNewPrivileges=true
PrivateDevices=true PrivateDevices=true
PrivateTmp=true PrivateTmp=true
@ -50,9 +50,6 @@ RestrictNamespaces=true
RestrictRealtime=true RestrictRealtime=true
RestrictSUIDSGID=true RestrictSUIDSGID=true
SystemCallArchitectures=native SystemCallArchitectures=native
SystemCallFilter=@system-service
SystemCallFilter=~@privileged
SystemCallFilter=~@resources
UMask=0027 UMask=0027
[Install] [Install]

@ -28,7 +28,7 @@ TimeoutStopSec=20
CapabilityBoundingSet= CapabilityBoundingSet=
DeviceAllow= DeviceAllow=
LockPersonality=true LockPersonality=true
MemoryDenyWriteExecute=true MemoryDenyWriteExecute=false
NoNewPrivileges=true NoNewPrivileges=true
PrivateDevices=true PrivateDevices=true
PrivateTmp=true PrivateTmp=true
@ -49,9 +49,6 @@ RestrictNamespaces=true
RestrictRealtime=true RestrictRealtime=true
RestrictSUIDSGID=true RestrictSUIDSGID=true
SystemCallArchitectures=native SystemCallArchitectures=native
SystemCallFilter=@system-service
SystemCallFilter=~@privileged
SystemCallFilter=~@resources
UMask=0027 UMask=0027
[Install] [Install]

Loading…
Cancel
Save