Hardened systemd unit.
This commit is contained in:
parent
c89c349267
commit
871d05aec0
@ -4,9 +4,32 @@ After=network-online.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=on-failure
|
|
||||||
User=dwradio
|
User=dwradio
|
||||||
|
Group=dwradio
|
||||||
ExecStart=/usr/bin/dwelling-radio -conf /etc/dwelling/radio.yaml
|
ExecStart=/usr/bin/dwelling-radio -conf /etc/dwelling/radio.yaml
|
||||||
|
LogsDirectory=dwelling-radio
|
||||||
|
RuntimeDirectory=dwelling-radio
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
|
AmbientCapabilities=
|
||||||
|
CapabilityBoundingSet=
|
||||||
|
|
||||||
|
LockPersonality=true
|
||||||
|
MemoryDenyWriteExecute=true
|
||||||
|
NoNewPrivileges=true
|
||||||
|
PrivateDevices=true
|
||||||
|
ProtectClock=true
|
||||||
|
ProtectControlGroups=true
|
||||||
|
ProtectHome=true
|
||||||
|
ProtectKernelLogs=true
|
||||||
|
ProtectKernelModules=true
|
||||||
|
ProtectKernelTunables=true
|
||||||
|
ProtectSystem=strict
|
||||||
|
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
|
||||||
|
RestrictNamespaces=true
|
||||||
|
RestrictRealtime=true
|
||||||
|
RestrictSUIDSGID=true
|
||||||
|
SystemCallArchitectures=native
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user