diff options
| author | Simon McVittie <smcv@debian.org> | 2011-04-08 14:42:05 +0100 |
|---|---|---|
| committer | Simon McVittie <smcv@debian.org> | 2011-04-08 14:42:05 +0100 |
| commit | b03dfc9ec734204fa8f5e2a6fa75ad2a1973e346 (patch) | |
| tree | 786b34727d195472f2d59eaac126b49eb11b251a /test/data | |
| parent | 973bf6901ad57657fea529e49073bcd251435719 (diff) | |
| download | dbus-b03dfc9ec734204fa8f5e2a6fa75ad2a1973e346.tar.gz | |
Imported Upstream version 1.4.8upstream/1.4.8
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/valid-config-files/tiny-incoming-limit.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/data/valid-config-files/tiny-incoming-limit.conf b/test/data/valid-config-files/tiny-incoming-limit.conf new file mode 100644 index 00000000..abfab3f7 --- /dev/null +++ b/test/data/valid-config-files/tiny-incoming-limit.conf @@ -0,0 +1,18 @@ +<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> +<busconfig> + <!-- Our well-known bus type, don't change this --> + <type>session</type> + <listen>unix:tmpdir=/tmp</listen> + + <policy context="default"> + <!-- Allow everything to be sent --> + <allow send_destination="*" eavesdrop="true"/> + <!-- Allow everything to be received --> + <allow eavesdrop="true"/> + <!-- Allow anyone to own anything --> + <allow own="*"/> + </policy> + + <limit name="max_incoming_bytes">1</limit> +</busconfig> |
