Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linuxptp for openSUSE:Factory checked in at 2021-10-06 19:49:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxptp (Old) and /work/SRC/openSUSE:Factory/.linuxptp.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxptp" Wed Oct 6 19:49:53 2021 rev:9 rq:923440 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/linuxptp/linuxptp.changes 2021-07-08 22:49:37.107913695 +0200 +++ /work/SRC/openSUSE:Factory/.linuxptp.new.2443/linuxptp.changes 2021-10-06 19:50:01.092059197 +0200 @@ -1,0 +2,7 @@ +Tue Oct 5 11:41:43 UTC 2021 - Johannes Segitz <jseg...@suse.com> + +- Added hardening to systemd service(s) (bsc#1181400). Modified: + * phc2sys.service + * ptp4l.service + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ phc2sys.service ++++++ --- /var/tmp/diff_new_pack.sCWHLr/_old 2021-10-06 19:50:02.072059568 +0200 +++ /var/tmp/diff_new_pack.sCWHLr/_new 2021-10-06 19:50:02.072059568 +0200 @@ -3,6 +3,19 @@ After=ntpdate.service [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 +ProtectKernelTunables=true +ProtectKernelModules=true +ProtectKernelLogs=true +ProtectControlGroups=true +RestrictRealtime=true +DeviceAllow=/dev/rtc +# end of automatic additions Type=simple EnvironmentFile=-/etc/sysconfig/phc2sys ExecStart=/usr/sbin/phc2sys $OPTIONS ++++++ ptp4l.service ++++++ --- /var/tmp/diff_new_pack.sCWHLr/_old 2021-10-06 19:50:02.092059576 +0200 +++ /var/tmp/diff_new_pack.sCWHLr/_new 2021-10-06 19:50:02.092059576 +0200 @@ -2,6 +2,19 @@ Description=PTP: Boundary/Ordinary Clock [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 +ProtectKernelTunables=true +ProtectKernelModules=true +ProtectKernelLogs=true +ProtectControlGroups=true +RestrictRealtime=true +DeviceAllow=/dev/rtc +# end of automatic additions Type=simple EnvironmentFile=-/etc/sysconfig/ptp4l ExecStart=/usr/sbin/ptp4l $OPTIONS