Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-api for openSUSE:Factory checked in at 2021-09-14 21:14:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-api (Old) and /work/SRC/openSUSE:Factory/.deepin-api.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-api" Tue Sep 14 21:14:21 2021 rev:6 rq:918797 version:5.4.9 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-api/deepin-api.changes 2021-09-08 21:36:59.777915136 +0200 +++ /work/SRC/openSUSE:Factory/.deepin-api.new.1899/deepin-api.changes 2021-09-14 21:14:29.120410665 +0200 @@ -1,0 +2,7 @@ +Fri Sep 3 07:18:07 UTC 2021 - Johannes Segitz <jseg...@suse.com> + +- Allow access to sound device. Updated + * harden_deepin-login-sound.service.patch + * harden_deepin-shutdown-sound.service.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ harden_deepin-login-sound.service.patch ++++++ --- /var/tmp/diff_new_pack.QPVQNB/_old 2021-09-14 21:14:30.260411784 +0200 +++ /var/tmp/diff_new_pack.QPVQNB/_new 2021-09-14 21:14:30.260411784 +0200 @@ -2,7 +2,7 @@ =================================================================== --- dde-api-5.4.9.orig/misc/systemd/system/deepin-login-sound.service +++ dde-api-5.4.9/misc/systemd/system/deepin-login-sound.service -@@ -4,6 +4,19 @@ Requires=sound.target +@@ -4,6 +4,20 @@ Requires=sound.target After=dbus.service lightdm.service [Service] @@ -11,6 +11,7 @@ +ProtectSystem=full +ProtectHome=true +PrivateDevices=true ++DeviceAllow=char-snd rw +ProtectHostname=true +ProtectClock=true +ProtectKernelTunables=true ++++++ harden_deepin-shutdown-sound.service.patch ++++++ --- /var/tmp/diff_new_pack.QPVQNB/_old 2021-09-14 21:14:30.272411796 +0200 +++ /var/tmp/diff_new_pack.QPVQNB/_new 2021-09-14 21:14:30.272411796 +0200 @@ -2,7 +2,7 @@ =================================================================== --- dde-api-5.4.9.orig/misc/systemd/system/deepin-shutdown-sound.service +++ dde-api-5.4.9/misc/systemd/system/deepin-shutdown-sound.service -@@ -5,6 +5,19 @@ After=sound.target local-fs.target +@@ -5,6 +5,20 @@ After=sound.target local-fs.target Before=systemd-logind.service [Service] @@ -11,6 +11,7 @@ +ProtectSystem=full +ProtectHome=true +PrivateDevices=true ++DeviceAllow=char-snd rw +ProtectHostname=true +ProtectClock=true +ProtectKernelTunables=true