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/945788 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xfs?expand=0&rev=39
37 lines
857 B
Desktop File
37 lines
857 B
Desktop File
[Unit]
|
|
Documentation=man:xfs(1)
|
|
SourcePath=/usr/sbin/rcxfs
|
|
Description=LSB: X Font Server
|
|
After=network-online.target
|
|
After=nss-lookup.target
|
|
After=remote-fs.target
|
|
Wants=network-online.target
|
|
Wants=nss-lookup.target
|
|
Wants=remote-fs.target
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=read-only
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
Type=forking
|
|
Restart=no
|
|
TimeoutSec=5min
|
|
IgnoreSIGPIPE=no
|
|
KillMode=process
|
|
GuessMainPID=no
|
|
RemainAfterExit=yes
|
|
SuccessExitStatus=5 6
|
|
ExecStart=/usr/sbin/rcxfs start
|
|
ExecStop=/usr/sbin/rcxfs stop
|
|
ExecReload=/usr/sbin/rcxfs reload
|