On 12.5.2014 21:30, Dominig ar Foll (Intel OTC) wrote:
When the App is executed an request for a service, we need to enforce the respect of the declared manifest.
Let's say you have system service that provides dbus interface org.tizen.foo, in the package's manifest it declares that org.tizen.foo interface requires privilege "apiFOO".
Then you install application "bar" that requires access to org.tizen.foo interface. In it's manifest it requests privilege "apiFOO". This privilege is granted at installation time (and could be later revoked by the user as you can do in iOS and PrivatOS).
Then whenever application bar requests interface org.tizen.foo, dbus daemon would check the database if bar was granted access for org.tizen.foo.
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
