Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package at for openSUSE:Factory checked in at 2021-11-27 00:50:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/at (Old) and /work/SRC/openSUSE:Factory/.at.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "at" Sat Nov 27 00:50:33 2021 rev:81 rq:933299 version:3.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/at/at.changes 2021-11-18 13:50:36.052509306 +0100 +++ /work/SRC/openSUSE:Factory/.at.new.1895/at.changes 2021-11-27 00:51:02.310861286 +0100 @@ -1,0 +2,6 @@ +Tue Nov 23 12:32:11 UTC 2021 - Johannes Segitz <jseg...@suse.com> + +- Drop ProtectSystem and ProtectHome hardening. Unfortunately they're + breaking at jobs (boo#1192294) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atd.service ++++++ --- /var/tmp/diff_new_pack.UdbQGt/_old 2021-11-27 00:51:03.134858441 +0100 +++ /var/tmp/diff_new_pack.UdbQGt/_new 2021-11-27 00:51:03.134858441 +0100 @@ -5,8 +5,6 @@ [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 ++++++ harden_atd.service.patch ++++++ --- /var/tmp/diff_new_pack.UdbQGt/_old 2021-11-27 00:51:03.142858414 +0100 +++ /var/tmp/diff_new_pack.UdbQGt/_new 2021-11-27 00:51:03.142858414 +0100 @@ -2,14 +2,12 @@ =================================================================== --- at-3.2.2.orig/atd.service.in +++ at-3.2.2/atd.service.in -@@ -4,6 +4,19 @@ Documentation=man:atd(8) +@@ -4,6 +4,17 @@ Documentation=man:atd(8) After=remote-fs.target nss-user-lookup.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