Hi,

On a side topic, the policy seems a bit broken to begin with.

> > > <snip>
> > >  
> > > >    <policy user="root">
> > > >      <allow own="org.ofono"/>
> > > >      <allow send_destination="org.ofono"/>

This alone already allows root access to all interfaces behind a connection 
named org.ofono.

> > > >      <allow send_interface="org.ofono.SimToolkitAgent"/>
> > > >      <allow send_interface="org.ofono.PushNotificationAgent"/>
> > > >      <allow send_interface="org.ofono.SmartMessagingAgent"/>

So these are redundant, unless the whole thing is rewritten as:

        <allow send_destination="org.ofono" 
send_interface="org.ofono.SimToolkitAgent"/>
        <allow send_destination="org.ofono" 
send_interface="org.ofono.PushNotificationAgent"/>
        <allow send_destination="org.ofono" 
send_interface="org.ofono.SmartMessagingAgent"/>

> > > >    </policy>

Br,

        MikaL
_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to