Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package uucp for openSUSE:Factory checked in at 2021-12-03 20:35:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uucp (Old) and /work/SRC/openSUSE:Factory/.uucp.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uucp" Fri Dec 3 20:35:35 2021 rev:3 rq:935303 version:1.07 Changes: -------- --- /work/SRC/openSUSE:Factory/uucp/uucp.changes 2018-03-28 10:32:58.681600270 +0200 +++ /work/SRC/openSUSE:Factory/.uucp.new.31177/uucp.changes 2021-12-03 20:36:00.336090019 +0100 @@ -1,0 +2,6 @@ +Tue Nov 30 09:24:38 UTC 2021 - Johannes Segitz <[email protected]> + +- Added hardening to systemd service(s) (bsc#1181400). Modified: + * suucp.service + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suucp.service ++++++ --- /var/tmp/diff_new_pack.bkEcyC/_old 2021-12-03 20:36:01.000087593 +0100 +++ /var/tmp/diff_new_pack.bkEcyC/_new 2021-12-03 20:36:01.000087593 +0100 @@ -23,6 +23,19 @@ ExecStart=/usr/sbin/stunnel /etc/uucp/suucp-server.conf TimeoutSec=600 PrivateTmp=true +# 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 [Install] WantedBy=multi-user.target
