Dirk Mueller
63153ff249
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/926707 OBS-URL: https://build.opensuse.org/package/show/network/pen?expand=0&rev=10
23 lines
659 B
Desktop File
23 lines
659 B
Desktop File
[Unit]
|
|
Description=A simple load balancer for tcp based protocols
|
|
After=time-sync.target nss-lookup.target syslog.socket remote-fs.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
|
|
Type=forking
|
|
ExecStart=/usr/share/pen/scripts/rcpen start
|
|
ExecStop=/usr/share/pen/scripts/rcpen stop
|
|
[Install]
|
|
WantedBy=multi-user.system
|