Accepting request 914863 from X11:Deepin
OBS-URL: https://build.opensuse.org/request/show/914863 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deepin-daemon?expand=0&rev=4
This commit is contained in:
commit
cf0322b2bc
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Name: Deepin DBus profiles installer
|
# Name: Deepin DBus profiles installer
|
||||||
# Version: 1.0
|
# Version: 1.1
|
||||||
# Description: On openSUSE, deepin-daemon does not install dbus profiles by default
|
# 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
|
# 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.
|
# full features of Deepin Desktop, if user does not care security.
|
||||||
@ -36,7 +36,7 @@ if [ "$ANSWER" = "n" ] || [ "$ANSWER" = "N" ] || [ "$ANSWER" = "no" ] || [ "$ANS
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SYSTEM_TMP=/tmp
|
SYSTEM_TMP=/root/.cache
|
||||||
TMP_DIR=$SYSTEM_TMP/deepin-daemon-dbus
|
TMP_DIR=$SYSTEM_TMP/deepin-daemon-dbus
|
||||||
|
|
||||||
pushd /usr/share/dbus-1/system.d/ &>/dev/null
|
pushd /usr/share/dbus-1/system.d/ &>/dev/null
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Name: Deepin polkit profiles installer
|
# Name: Deepin polkit profiles installer
|
||||||
# Version: 1.0
|
# Version: 1.1
|
||||||
# Description: On openSUSE, deepin-daemon does not install polkit profiles by default
|
# 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
|
# 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.
|
# full features of Deepin Desktop, if user does not care security.
|
||||||
@ -36,7 +36,7 @@ if [ "$ANSWER" = "n" ] || [ "$ANSWER" = "N" ] || [ "$ANSWER" = "no" ] || [ "$ANS
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SYSTEM_TMP=/tmp
|
SYSTEM_TMP=/root/.cache
|
||||||
TMP_DIR=$SYSTEM_TMP/deepin-daemon-polkit
|
TMP_DIR=$SYSTEM_TMP/deepin-daemon-polkit
|
||||||
|
|
||||||
pushd /usr/share/polkit-1/actions/ &>/dev/null
|
pushd /usr/share/polkit-1/actions/ &>/dev/null
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 28 14:32:55 UTC 2021 - Hillwood Yang <hillwood@opensuse.org>
|
||||||
|
|
||||||
|
- Fix a security issue for deepin-daemon-dbus-installer and
|
||||||
|
deepin-daemon-polkit-installer.in, change tmp dir to /root/.cache
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 24 07:59:10 UTC 2021 - Hillwood Yang <hillwood@opensuse.org>
|
Sat Jul 24 07:59:10 UTC 2021 - Hillwood Yang <hillwood@opensuse.org>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user