Native API Reference Link Error Fix
[platform/core/account/fido-client.git] / org.tizen.FidoSample.manifest
1 <manifest>
2         <define>
3                 <domain name="org.tizen.FidoSample"/>
4                 <request>
5                         <smack request="sys-assert::core" type="rwxat"/>
6                         <smack request="deviced::display" type="rw"/>
7                         <smack request="device::app_logging" type="w"/>
8                         <smack request="device::sys_logging" type="w"/>
9                         <smack request="system::vconf_setting" type="r" />
10                         <smack request="system::vconf" type="r" />
11                         <smack request="location_fw::client" type="rwx" />
12                         <smack request="tizen::vconf::location" type="rw"/>
13                         <smack request="tizen::vconf::location::enable" type="rw"/>
14                         <smack request="tizen::vconf::public::r" type="rx"/>
15                         <smack request="tizen::vconf::public::r::platform::rw" type="rw"/>
16                         <smack request="tizen::vconf::platform::rw" type="rw"/>
17                         <smack request="system::use_internet" type="rwx"/>
18                         <smack request="connman::get" type="w"/>
19                 </request>
20                 <permit>
21                         <smack permit="system::use_internet" type="rwx"/>
22                         <smack permit="sdbd" type="rx"/>
23                 </permit>
24         </define>
25 </manifest>