summaryrefslogtreecommitdiffstats
path: root/test/data/valid-config-files/system.d/test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/valid-config-files/system.d/test.conf')
-rw-r--r--test/data/valid-config-files/system.d/test.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/valid-config-files/system.d/test.conf b/test/data/valid-config-files/system.d/test.conf
index 3d1b2f54..10a79847 100644
--- a/test/data/valid-config-files/system.d/test.conf
+++ b/test/data/valid-config-files/system.d/test.conf
@@ -5,9 +5,9 @@
policy so that a particular user can own a service, and other
connections can get messages from it -->
- <!-- Only fooserviceuser can own the FooService service, and
+ <!-- Only root can own the FooService service, and
this user can only send the one kind of message -->
- <policy user="fooserviceuser">
+ <policy user="root">
<allow own="org.foo.FooService"/>
<allow send_interface="org.foo.FooBroadcastInterface"/>
</policy>