Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package erlang for openSUSE:Factory checked in at 2021-09-20 23:32:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/erlang (Old) and /work/SRC/openSUSE:Factory/.erlang.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "erlang" Mon Sep 20 23:32:55 2021 rev:114 rq:920064 version:24.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/erlang/erlang.changes 2021-08-10 10:27:30.577809540 +0200 +++ /work/SRC/openSUSE:Factory/.erlang.new.1899/erlang.changes 2021-09-20 23:34:29.447272726 +0200 @@ -1,0 +2,6 @@ +Tue Sep 14 07:19:32 UTC 2021 - Johannes Segitz <jseg...@suse.com> + +- Added hardening to systemd service(s) (bsc#1181400). Modified: + * epmd.service + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ epmd.service ++++++ --- /var/tmp/diff_new_pack.qUp7sH/_old 2021-09-20 23:34:30.255273724 +0200 +++ /var/tmp/diff_new_pack.qUp7sH/_new 2021-09-20 23:34:30.255273724 +0200 @@ -4,6 +4,19 @@ Requires=epmd.socket [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/epmd -systemd #ExecStop=/usr/bin/epmd -kill Type=simple