summaryrefslogtreecommitdiff
path: root/email-service.manifest
blob: 2830d9b48eed8517a7dbeb91c9d3bfa333f467f1 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<manifest>
        <define>
                <domain name="email-service"/>
	        <provide>
			<label name="email-service::read"/>
			<label name="email-service::write"/>
                </provide>
		<!--
                <provide>
                        <label name="email-service::db"/>
                </provide>
                <request>
                        <smack request="email-service::db" type="rw"/>
                        <smack request="system::use_internet" type="w"/>
                        <smack request="system::vconf" type="arwxt"/>
                </request>
                <permit>
                        <smack permit="system::use_internet" type="rwx"/>
                        <smack permit="webkit2-efl" type="rx"/>
                </permit>
		-->
		<request>
			<smack request="contacts-service::svc" type="r"/>
			<smack request="contacts-service::phonelog" type="rw"/>
			<smack request="msg-service::wappush" type="rw"/>
			<smack request="system::vconf_inhouse" type="r"/>
                        <smack request="secure-storage::pkcs12" type="r"/>
			<smack request="secure-storage::email-service" type="rw"/>
		</request>
        </define>
        <assign>
                <filesystem path="/usr/lib/libemail-api.so.1.1.0" label="_"/>
                <filesystem path="/usr/lib/libemail-api.so.1" label="_"/>
                <filesystem path="/usr/lib/libemail-ipc.so.1.1.0" label="_"/>
                <filesystem path="/usr/lib/libemail-ipc.so.1" label="_"/>
                <filesystem path="/usr/lib/libemail-common-use.so.1.1.0" label="_"/>
                <filesystem path="/usr/lib/libemail-common-use.so.1" label="_"/>
                <filesystem path="/usr/lib/libemail-core.so.1.1.0" label="_"/>
                <filesystem path="/usr/lib/libemail-core.so.1" label="_"/>
                <filesystem path="/usr/lib/libemail-core-sound.so.1.1.0" label="_"/>
                <filesystem path="/usr/lib/libemail-core-sound.so.1" label="_"/>
                <filesystem path="/usr/lib/libemail-device.so.1.1.0" label="_"/>
                <filesystem path="/usr/lib/libemail-device.so.1" label="_"/>
                <filesystem path="/usr/lib/libemail-network.so.1.1.0" label="_"/>
                <filesystem path="/usr/lib/libemail-network.so.1" label="_"/>
                <filesystem path="/usr/lib/libemail-storage.so.1.1.0" label="_"/>
                <filesystem path="/usr/lib/libemail-storage.so.1" label="_"/>
                <filesystem path="/etc/rc.d/init.d/email-service" label="_" exec_label="none"/>
                <filesystem path="/usr/lib/systemd/user/email.service" label="_"/>
                <filesystem path="/usr/lib/systemd/user/tizen-middleware.target.wants/email.service" label="_"/>
                <filesystem path="/usr/share/dbus-1/services/email-service.service" label="_"/>
        </assign>
        <request>
                <domain name="email-service"/>
        </request>
</manifest>