blob: 739edbcccf0e471346ddab8ef46840098583989b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<manifest>
<define>
<domain name="org.tizen.phone"/>
<request>
<smack request="ail::db" type="rw"/>
<smack request="system::vconf" type="arwxt"/>
<smack request="system::homedir" type="arwxt"/>
<smack request="system::use_internet" type="r"/>
<smack request="xorg" type="w"/>
<smack request="contacts-service" type="rw"/>
<smack request="isf" type="rwx"/>
<smack request="pkgmgr" type="r"/>
<smack request="efreet" type="rx"/>
<smack request="msg-service" type="w"/>
<smack request="notification::db" type="rw"/>
<smack request="dbus" type="rw"/>
<smack request="app-svc::db" type="rw"/>
<smack request="contacts-service::db" type="rw"/>
<smack request="libug-phone::data" type="rwx"/>
<smack request="sound_server" type="rw"/>
<smack request="syspopup::db" type="rw"/>
</request>
</define>
<assign>
<filesystem path="/usr/share/packages/org.tizen.phone.xml" label="_" />
<filesystem path="/usr/share/applications/org.tizen.phone.desktop" label="_" />
<filesystem path="/usr/share/icons/default/small/org.tizen.phone.png" label="_" />
</assign>
<request>
<domain name="org.tizen.phone"/>
</request>
</manifest>
|