diff --git a/init/liquidsoap.service b/init/liquidsoap.service index 7063968..56c65a7 100644 --- a/init/liquidsoap.service +++ b/init/liquidsoap.service @@ -22,18 +22,34 @@ LockPersonality=true MemoryDenyWriteExecute=true NoNewPrivileges=true PrivateDevices=true +PrivateTmp=true +PrivateUsers=true +ProcSubset=pid ProtectClock=true ProtectControlGroups=true ProtectHome=true +ProtectHostname=true ProtectKernelLogs=true ProtectKernelModules=true ProtectKernelTunables=true +ProtectProc=noaccess +ProtectProc=true ProtectSystem=strict RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX RestrictNamespaces=true RestrictRealtime=true RestrictSUIDSGID=true SystemCallArchitectures=native +SystemCallFilter=~@clock +SystemCallFilter=~@cpu-emulation +SystemCallFilter=~@debug +SystemCallFilter=~@module +SystemCallFilter=~@mount +SystemCallFilter=~@obsolete +SystemCallFilter=~@privileged +SystemCallFilter=~@raw-io +SystemCallFilter=~@reboot +SystemCallFilter=~@swap [Install] WantedBy=multi-user.target