Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-daemon for openSUSE:Factory checked in at 2021-08-29 21:34:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-daemon (Old) and /work/SRC/openSUSE:Factory/.deepin-daemon.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-daemon" Sun Aug 29 21:34:02 2021 rev:4 rq:914863 version:5.13.36 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-daemon/deepin-daemon.changes 2021-08-16 10:14:14.510906076 +0200 +++ /work/SRC/openSUSE:Factory/.deepin-daemon.new.1899/deepin-daemon.changes 2021-08-29 21:34:15.150701424 +0200 @@ -1,0 +2,6 @@ +Sat Aug 28 14:32:55 UTC 2021 - Hillwood Yang <[email protected]> + +- Fix a security issue for deepin-daemon-dbus-installer and + deepin-daemon-polkit-installer.in, change tmp dir to /root/.cache + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-daemon-dbus-installer.in ++++++ --- /var/tmp/diff_new_pack.lmWuTy/_old 2021-08-29 21:34:16.234702924 +0200 +++ /var/tmp/diff_new_pack.lmWuTy/_new 2021-08-29 21:34:16.234702924 +0200 @@ -1,6 +1,6 @@ #!/bin/bash # Name: Deepin DBus profiles installer -# Version: 1.0 +# Version: 1.1 # Description: On openSUSE, deepin-daemon does not install dbus profiles by default # for security. The tool can help users to install these profiles for getting the # full features of Deepin Desktop, if user does not care security. @@ -36,7 +36,7 @@ exit 1 fi -SYSTEM_TMP=/tmp +SYSTEM_TMP=/root/.cache TMP_DIR=$SYSTEM_TMP/deepin-daemon-dbus pushd /usr/share/dbus-1/system.d/ &>/dev/null ++++++ deepin-daemon-polkit-installer.in ++++++ --- /var/tmp/diff_new_pack.lmWuTy/_old 2021-08-29 21:34:16.250702947 +0200 +++ /var/tmp/diff_new_pack.lmWuTy/_new 2021-08-29 21:34:16.250702947 +0200 @@ -1,6 +1,6 @@ #!/bin/bash # Name: Deepin polkit profiles installer -# Version: 1.0 +# Version: 1.1 # Description: On openSUSE, deepin-daemon does not install polkit profiles by default # for security. The tool can help users to install these profiles for getting the # full features of Deepin Desktop, if user does not care security. @@ -36,7 +36,7 @@ exit 1 fi -SYSTEM_TMP=/tmp +SYSTEM_TMP=/root/.cache TMP_DIR=$SYSTEM_TMP/deepin-daemon-polkit pushd /usr/share/polkit-1/actions/ &>/dev/null
