blob: 88c0effff8a83d323ae97f83d099b4e3aa4c194b [file] [log] [blame] [edit]
<!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 ChromiumOS Authors
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>