From c5526c18ad4dbf706e12ae46c5b8b26efa17e52c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 4 Dec 2008 14:27:21 -0500 Subject: 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. --- test/name-test/tmp-session-like-system.conf | 79 +++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 test/name-test/tmp-session-like-system.conf (limited to 'test/name-test/tmp-session-like-system.conf') diff --git a/test/name-test/tmp-session-like-system.conf b/test/name-test/tmp-session-like-system.conf new file mode 100644 index 00000000..e483c89b --- /dev/null +++ b/test/name-test/tmp-session-like-system.conf @@ -0,0 +1,79 @@ + + + + + + session + + + + + unix:tmpdir=/tmp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + session.d + + + session-local.conf + + contexts/dbus_contexts + + + + + 1000000000 + 1000000000 + 1000000000 + 120000 + 240000 + 100000 + 10000 + 100000 + 10000 + 50000 + 50000 + 50000 + 300000 + + -- cgit