Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort OBS-URL: https://build.opensuse.org/request/show/921088 OBS-URL: https://build.opensuse.org/package/show/server:mail/inn?expand=0&rev=66
30 lines
726 B
Desktop File
30 lines
726 B
Desktop File
[Unit]
|
|
Description=Inter Net News Server (INN)
|
|
After=network-online.target
|
|
After=nss-lookup.target
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
User=news
|
|
PIDFile=/run/news/innd.pid
|
|
Type=forking
|
|
ExecStart=@LIBEXECDIR@/news/bin/rc.news
|
|
ExecStop=@LIBEXECDIR@/news/bin/rc.news stop
|
|
ExecReload=@LIBEXECDIR@/news/bin/rc.news reload
|
|
KillMode=control-group
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|