Thorsten Schubert
4f4cb4258d
All checks were successful
continuous-integration/drone/push Build is passing
24 lines
503 B
SYSTEMD
24 lines
503 B
SYSTEMD
[Service]
|
|
Type=oneshot
|
|
User=unsha
|
|
Group=http
|
|
ExecStart=@bindir@/expire @path@
|
|
ReadWritePaths=@path@
|
|
ProtectSystem=strict
|
|
ProtectHome=tmpfs
|
|
BindReadOnlyPaths=@bindir@
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectControlGroups=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelTunables=true
|
|
SystemCallArchitectures=native
|
|
NoNewPrivileges=true
|
|
RestrictRealtime=true
|
|
MemoryDenyWriteExecute=true
|
|
ProtectKernelLogs=true
|
|
LockPersonality=true
|
|
ProtectHostname=true
|
|
RemoveIPC=true
|
|
RestrictSUIDSGID=true
|
|
ProtectClock=true
|