History log of /external/dbus/test/name-test/run-test-systemserver.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4299eb3c0907100fe95d2986984b48d40cc52841 08-Jul-2015 Daniel Erat <derat@google.com> Incorporate upstream changes to v1.6.8.

Squash upstream commits up to and including the v1.6.8
release (upstream commit 1cad15cc).

This repository's changes from upstream are now limited to:

- addition of Android.mk, CleanSpec.mk, config.h, and NOTICE
files
- addition of dbus/dbus-arch-deps.h and removal from
dbus/.gitignore (ebae2d21, f022f55d)
- WANT_PIDFILE #ifdefs added to bus/bus.c to disable writing
dbus-daemon's PID to a file (3100d06a)
- TRACE_LOCKS set to 0 in dbus/dbus-connection.c (88a0ffe5)
- DBUS_ANDROID_LOG added to dbus/dbus-internals.c to use
logcat (7de15def)
- ANDROID_MANAGED_SOCKET added to dbus/dbus-sysdeps-unix.c
to use an SELinux-managed socket rather than a
dbus-daemon-created Unix domain socket (3100d06a)

Bug: 22328216
Change-Id: I793ebdf963d9b0740f0da28f1de593d088f08406
/external/dbus/test/name-test/run-test-systemserver.sh
4a342d711f74e545e975fcfc9edcf2c7c63f0724 16-Jul-2009 Thiago Macieira <thiago@kde.org> Fix running tests when builddir != srcdir.

This script is not deployed to the builddir, so it cannot be
run with relative paths.
/external/dbus/test/name-test/run-test-systemserver.sh
920c3c0292b57b30718dde9f4900790a3b60db1f 09-Dec-2008 Colin Walters <walters@verbum.org> Bug 18229: Allow signals

Our previous fix went too far towards lockdown; many things rely
on signals to work, and there's no really good reason to restrict
which signals can be emitted on the bus because we can't tie
them to a particular sender.
/external/dbus/test/name-test/run-test-systemserver.sh
4a436c35546be59d41c27b156815313e7f90f996 04-Dec-2008 Colin Walters <walters@verbum.org> Infrastructure for testing a "system like" bus in test suite

The tmp-session-like-system.conf bus configuration has a security
policy intended to mirror that of the system bus. This allows
testing policy rules.
/external/dbus/test/name-test/run-test-systemserver.sh