Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package phodav for openSUSE:Factory checked in at 2021-10-23 23:13:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/phodav (Old) and /work/SRC/openSUSE:Factory/.phodav.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "phodav" Sat Oct 23 23:13:46 2021 rev:5 rq:926901 version:2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/phodav/phodav.changes 2020-09-05 23:59:43.027173158 +0200 +++ /work/SRC/openSUSE:Factory/.phodav.new.1890/phodav.changes 2021-10-23 23:13:54.960979328 +0200 @@ -1,0 +2,6 @@ +Tue Oct 19 05:59:24 UTC 2021 - Johannes Segitz <jseg...@suse.com> + +- Added hardening to systemd service(s) (bsc#1181400). Added patch(es): + * harden_spice-webdavd.service.patch + +------------------------------------------------------------------- New: ---- harden_spice-webdavd.service.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ phodav.spec ++++++ --- /var/tmp/diff_new_pack.izfoVN/_old 2021-10-23 23:13:55.336979512 +0200 +++ /var/tmp/diff_new_pack.izfoVN/_new 2021-10-23 23:13:55.336979512 +0200 @@ -25,6 +25,7 @@ Group: Productivity/Networking/File-Sharing URL: https://wiki.gnome.org/phodav Source0: https://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz +Patch0: harden_spice-webdavd.service.patch BuildRequires: asciidoc BuildRequires: gtk-doc ++++++ harden_spice-webdavd.service.patch ++++++ Index: phodav-2.5/data/spice-webdavd.service =================================================================== --- phodav-2.5.orig/data/spice-webdavd.service +++ phodav-2.5/data/spice-webdavd.service @@ -4,6 +4,19 @@ Requires=dbus.service avahi-daemon.servi After=dbus.service avahi-daemon.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 +ProtectClock=true +ProtectKernelTunables=true +ProtectKernelModules=true +ProtectKernelLogs=true +ProtectControlGroups=true +RestrictRealtime=true +# end of automatic additions Type=simple EnvironmentFile=-/etc/sysconfig/spice-webdavd ExecStart=/usr/sbin/spice-webdavd -p 9843 $SPICE_WEBDAVD_EXTRA_ARGS