8f3b23c523
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/926715 OBS-URL: https://build.opensuse.org/package/show/network:time/ptpd?expand=0&rev=26
21 lines
526 B
Desktop File
21 lines
526 B
Desktop File
[Unit]
|
|
Description=ptpd time precision daemon
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
# end of automatic additions
|
|
Type=forking
|
|
EnvironmentFile=-/etc/sysconfig/ptpd2
|
|
ExecStart=/usr/sbin/ptpd2 -c $PTPD_CONFIG_FILE $PTPD_EXTRA_OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|