diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-26 20:22:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-26 20:22:22 +0100 |
commit | 3a9cca11042331fc053ac1aa6363603622f1188c (patch) | |
tree | d63d2139f8d0d707511f1a4387fff95bbc9b3983 /Makefile.am | |
parent | cf226cfc24fec9d47a0c822188737656150356bb (diff) |
bus-policy: steal a test case for prefix ownership from dbus1, and make sure it passes with the bus proxy enforcement
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b52ff8e77d..5545aa187c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1383,7 +1383,8 @@ EXTRA_DIST += \ test/bus-policy/hello.conf \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \ - test/bus-policy/signals.conf + test/bus-policy/signals.conf \ + test/bus-policy/check-own-rules.conf EXTRA_DIST += \ |