16 lines
471 B
Text
16 lines
471 B
Text
|
<!-- This configuration file specifies the required security policies
|
||
|
for oFono core daemon to work. -->
|
||
|
|
||
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||
|
<busconfig>
|
||
|
|
||
|
<!-- ofono.conf allows at_console policy to access the ofono -->
|
||
|
<!-- allow the wheel group as well -->
|
||
|
|
||
|
<policy group="wheel">
|
||
|
<allow send_destination="org.ofono"/>
|
||
|
</policy>
|
||
|
|
||
|
</busconfig>
|