forked from pool/pure-ftpd
47b0635944
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/926711 OBS-URL: https://build.opensuse.org/package/show/network/pure-ftpd?expand=0&rev=84
23 lines
541 B
Desktop File
23 lines
541 B
Desktop File
[Unit]
|
|
Description=Pure-FTPd FTP server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
ExecStart=/usr/sbin/pure-ftpd /etc/pure-ftpd/pure-ftpd.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|