mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-23 08:20:09 +01:00
Fix test failures on OSX.
This commit is contained in:
parent
4626b40560
commit
197bef8277
2 changed files with 4 additions and 2 deletions
|
|
@ -1543,6 +1543,8 @@ else
|
||||||
DEFAULT_SOCKET_DIR=/tmp
|
DEFAULT_SOCKET_DIR=/tmp
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
DEFAULT_SOCKET_DIR=`echo $DEFAULT_SOCKET_DIR | sed 's/+/%2B/g'`
|
||||||
|
|
||||||
if ! test -z "$with_test_socket_dir" ; then
|
if ! test -z "$with_test_socket_dir" ; then
|
||||||
TEST_SOCKET_DIR="$with_test_socket_dir"
|
TEST_SOCKET_DIR="$with_test_socket_dir"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<deny send_destination="org.freedesktop.System"/>
|
<deny send_destination="org.freedesktop.System"/>
|
||||||
<deny receive_sender="org.freedesktop.System"/>
|
<deny receive_sender="org.freedesktop.System"/>
|
||||||
<deny user="root"/>
|
<deny user="root"/>
|
||||||
<deny group="root"/>
|
<deny group="wheel"/>
|
||||||
<allow send_type="error"/>
|
<allow send_type="error"/>
|
||||||
<allow send_type="method_call"/>
|
<allow send_type="method_call"/>
|
||||||
<allow send_type="method_return"/>
|
<allow send_type="method_return"/>
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
<deny send_destination="org.freedesktop.System"/>
|
<deny send_destination="org.freedesktop.System"/>
|
||||||
<deny receive_sender="org.freedesktop.System"/>
|
<deny receive_sender="org.freedesktop.System"/>
|
||||||
<deny user="root"/>
|
<deny user="root"/>
|
||||||
<deny group="root"/>
|
<deny group="wheel"/>
|
||||||
<allow send_type="error"/>
|
<allow send_type="error"/>
|
||||||
<allow send_type="method_call"/>
|
<allow send_type="method_call"/>
|
||||||
<allow send_type="method_return"/>
|
<allow send_type="method_return"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue