blob: 8dacda760d9d7f7edcff3401d27dec76582829ab [file] [log] [blame]
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<!--
Copyright 2018 The Chromium OS Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<busconfig>
<policy user="brltty">
<allow own="org.chromium.Brltty"/>
</policy>
<policy user="chronos">
<allow send_destination="com.ubuntu.Upstart"
send_interface="com.ubuntu.Upstart0_6.Job"
send_type="method_call" send_member="Start"
send_path="/com/ubuntu/Upstart/jobs/brltty"/>
<allow send_destination="com.ubuntu.Upstart"
send_interface="com.ubuntu.Upstart0_6.Job"
send_type="method_call" send_member="Restart"
send_path="/com/ubuntu/Upstart/jobs/brltty"/>
<allow send_destination="com.ubuntu.Upstart"
send_interface="com.ubuntu.Upstart0_6.Job"
send_type="method_call" send_member="Stop"
send_path="/com/ubuntu/Upstart/jobs/brltty"/>
</policy>
</busconfig>