- Drop ProtectSystem and ProtectHome hardening. Unfortunately they're breaking at jobs (boo#1192294) OBS-URL: https://build.opensuse.org/request/show/933259 OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=120
21 lines
507 B
Desktop File
21 lines
507 B
Desktop File
[Unit]
|
|
Description=Deferred execution scheduler
|
|
After=nss-user-lookup.target time-sync.target
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
ExecStart=/usr/sbin/atd -f
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|