summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorAdrian Szyndela <adrian.s@samsung.com>2019-04-25 15:04:53 +0200
committerAdrian Szyndela <adrian.s@samsung.com>2019-05-14 10:31:13 +0200
commit8fcc1f9a8ae1a0160340a55cd4b6a34e329bdb30 (patch)
treeeebbcf0570640a69435de8c6476ef393445d15a5 /test/Makefile.am
parent7b7c57243482af1a4ace21351b2cdf988676575d (diff)
downloaddbus-8fcc1f9a8ae1a0160340a55cd4b6a34e329bdb30.tar.gz
test: activation tests for send_destination_prefix
This adds a few tests for checking if activation is allowed for names specified within send_destination_prefix namespaces. Signed-off-by: Adrian Szyndela <adrian.s@samsung.com> Change-Id: I7a5a66f82fc08ce6cb46e37de2c3dfae24d9ea67
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index fd16381c..7547ea30 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -688,6 +688,9 @@ static_data = \
data/systemd-activation/com.example.ReceiveDenied.service \
data/systemd-activation/com.example.SendDenied.service \
data/systemd-activation/com.example.SendDeniedByAppArmorName.service \
+ data/systemd-activation/com.example.SendPrefixDenied.service \
+ data/systemd-activation/com.example.SendPrefixDenied.internal.service \
+ data/systemd-activation/com.example.SendPrefixDenied.SendPrefixAllowed.internal.service \
data/systemd-activation/com.example.SystemdActivatable1.service \
data/systemd-activation/com.example.SystemdActivatable2.service \
data/systemd-activation/org.freedesktop.systemd1.service \