| <!DOCTYPE busconfig PUBLIC |
| "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" |
| "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
| <!-- |
| Copyright (c) 2014 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. |
| --> |
| |
| <!-- |
| This DBus configuration file overrides the one provided by ModemManager in |
| order to constrain how ModemManager exposes its DBus service on Chrome OS. |
| --> |
| <busconfig> |
| <policy context="default"> |
| <allow send_destination="org.freedesktop.ModemManager1"/> |
| </policy> |
| |
| <!-- |
| Allow the "modem" user to own the ModemManager service name as ModemManager |
| is run as the "modem" user on Chrome OS. |
| --> |
| <policy user="modem"> |
| <allow own="org.freedesktop.ModemManager1"/> |
| </policy> |
| </busconfig> |