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/924892 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/nxtvepg?expand=0&rev=16
25 lines
617 B
Desktop File
25 lines
617 B
Desktop File
[unit]
|
|
Type=forking
|
|
Description=Nextview EPG Decoder and Browser
|
|
After=syslog.target remote-fs.target
|
|
ConditionPathExists=/etc/nxtvepgrc
|
|
|
|
[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
|
|
ExecStart=/usr/bin/nxtvepg -daemon -rcfile /etc/nxtvepgrc
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|