Hi Antti, > > > Makefile.am | 9 +++++++-- > > > src/ofono.conf | 2 ++ > > > 2 files changed, 9 insertions(+), 2 deletions(-) > > > > <snip> > > > > > <policy user="root"> > > > <allow own="org.ofono"/> > > > + <allow own="com.meego"/> > > > <allow send_destination="org.ofono"/> > > > <allow send_interface="org.ofono.SimToolkitAgent"/> > > > <allow send_interface="org.ofono.PushNotificationAgent"/> > > > <allow send_interface="org.ofono.SmartMessagingAgent"/> > > > + <allow send_interface="org.ofono.NetworkTime"/> > > > </policy> > > > > > > <policy at_console="true"> > > > > I am now lost in what you are trying to achieve here. I thought we > > agreed that we send a D-Bus method to timed. For that you neither have > > to have a well known name nor have a D-Bus interface present. > > Are you referring to line > '<allow send_interface="org.ofono.NetworkTime"/>'? > This is the interface timed is supposed to implement in order for oFono > to call its Notify method. How else would you do it?
actually timed has to expose a proper interface for this. Don't intermix this with org.ofono. This is a timed details. And the D-Bus rules to be part of timed and not oFono. Regards Marcel _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
