From bc983ecf15455f49e7a92d038c93e181ae2cb438 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 12 Apr 2003 18:32:11 +0000 Subject: 2003-04-12 Havoc Pennington * bus/policy.h: change BusPolicy to be the thing from the config file, and rename old BusPolicy to BusClientPolicy * bus/bus.c, bus/connection.c, bus/config-parser.c: change to match change in how policy works * dbus/dbus-internals.h: mark assert_not_reached as __attribute((noreturn))__ --- test/data/valid-config-files/entities.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/data/valid-config-files/entities.conf (limited to 'test') diff --git a/test/data/valid-config-files/entities.conf b/test/data/valid-config-files/entities.conf new file mode 100644 index 00000000..3d3cea79 --- /dev/null +++ b/test/data/valid-config-files/entities.conf @@ -0,0 +1,14 @@ + + + + mybususer + unix:path=/foo/<bar> + tcp:port=1234 + basic.d + /usr/&share/foo + nonexistent.confn + + + + -- cgit