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))__ --- doc/config-file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/config-file.txt b/doc/config-file.txt index 897c2380..62bb4137 100644 --- a/doc/config-file.txt +++ b/doc/config-file.txt @@ -167,7 +167,7 @@ Elements: It does not make sense to deny a user or group inside a for a user or group; user/group denials can only be inside - context="default" or context="required" policies. + context="default" or context="mandatory" policies. A single rule may specify both send and send_to, OR both receive and receive_from. In this case, the denial applies only if -- cgit