Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Glances for openSUSE:Factory checked in at 2021-10-23 00:51:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Glances (Old) and /work/SRC/openSUSE:Factory/.python-Glances.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Glances" Sat Oct 23 00:51:46 2021 rev:16 rq:927011 version:3.2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Glances/python-Glances.changes 2021-09-08 21:37:07.865924609 +0200 +++ /work/SRC/openSUSE:Factory/.python-Glances.new.1890/python-Glances.changes 2021-10-23 00:52:31.861162550 +0200 @@ -1,0 +2,6 @@ +Wed Oct 20 14:58:23 UTC 2021 - Johannes Segitz <[email protected]> + +- Added hardening to systemd service(s) (bsc#1181400). Modified: + * glances.service + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glances.service ++++++ --- /var/tmp/diff_new_pack.OuNEa1/_old 2021-10-23 00:52:32.329162757 +0200 +++ /var/tmp/diff_new_pack.OuNEa1/_new 2021-10-23 00:52:32.333162759 +0200 @@ -3,6 +3,19 @@ After=network.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 +ProtectKernelTunables=true +ProtectKernelModules=true +ProtectKernelLogs=true +ProtectControlGroups=true +RestrictRealtime=true +# end of automatic additions ExecStart=/usr/bin/glances -w Restart=on-abort RemainAfterExit=yes
