blob: 2aecd5b9e31d8bbb81caaadd19ce1d2cf9529a21 [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 2020 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>
<!-- User ocr_service owns the interface
org.chromium.OpticalCharacterRecognition -->
<policy user="ocr_service">
<allow own="org.chromium.OpticalCharacterRecognition" />
</policy>
<policy user="chronos">
<!--User chronos can send messages to the owner of the given service
and call BootstrapMojoConnection from the interface
org.chromium.OpticalCharacterRecognition.-->
<allow send_destination="org.chromium.OpticalCharacterRecognition"
send_interface="org.chromium.OpticalCharacterRecognition"
send_member="BootstrapMojoConnection" />
</policy>
<!-- For testing. -->
<policy user="root">
<allow send_destination="org.chromium.OpticalCharacterRecognition"
send_interface="org.chromium.OpticalCharacterRecognition"
send_member="BootstrapMojoConnection"/>
</policy>
</busconfig>