summaryrefslogtreecommitdiff
path: root/bus
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2017-02-17 12:38:27 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2017-02-20 12:52:36 +0000
commit96e6b3698ddda314066870e7faa263f129436581 (patch)
tree2bdb07fa46f820616a41ab1f2cf412b22457db03 /bus
parent6980c17220da2446614f55f7898edbf5bf2af65a (diff)
downloaddbus-96e6b3698ddda314066870e7faa263f129436581.tar.gz
activation test: Use more realistic bus names for services
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99825 Reviewed-by: Philip Withnall <withnall@endlessm.com> Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'bus')
-rw-r--r--bus/activation.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bus/activation.c b/bus/activation.c
index 43b92284..b3b5510a 100644
--- a/bus/activation.c
+++ b/bus/activation.c
@@ -2307,9 +2307,9 @@ bus_activation_entry_get_assumed_apparmor_label (BusActivationEntry *entry)
#include <stdio.h>
-#define SERVICE_NAME_1 "MyService1"
-#define SERVICE_NAME_2 "MyService2"
-#define SERVICE_NAME_3 "MyService3"
+#define SERVICE_NAME_1 "com.example.MyService1"
+#define SERVICE_NAME_2 "org.example.MyService2"
+#define SERVICE_NAME_3 "net.example.MyService3"
#define SERVICE_FILE_1 "service-1.service"
#define SERVICE_FILE_2 "service-2.service"