summaryrefslogtreecommitdiffstats
path: root/bus/policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/policy.c')
-rw-r--r--bus/policy.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/bus/policy.c b/bus/policy.c
index 75013c85..b5187715 100644
--- a/bus/policy.c
+++ b/bus/policy.c
@@ -23,6 +23,7 @@
#include "policy.h"
#include "services.h"
+#include "test.h"
#include <dbus/dbus-list.h>
#include <dbus/dbus-internals.h>
@@ -421,3 +422,18 @@ bus_policy_check_can_own (BusPolicy *policy,
return allowed;
}
+
+#ifdef DBUS_BUILD_TESTS
+
+dbus_bool_t
+bus_policy_test (const DBusString *test_data_dir)
+{
+ /* This doesn't do anything for now because I decided to do it in
+ * dispatch.c instead by having some of the clients in dispatch.c
+ * have particular policies applied to them.
+ */
+
+ return TRUE;
+}
+
+#endif /* DBUS_BUILD_TESTS */