blob: 3af9cb04021adf6e539b8a00926b6050c233dd63 (
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
|
<manifest>
<define>
<domain name="sync-service" />
<provide>
<label name="sync-service::db" />
</provide>
<request>
<smack request="sys-assert::core" type="rwxat"/>
<smack request="tizen::vconf::public::r" type="rl"/>
<smack request="tizen::vconf::public::r::platform::rw" type="rl"/>
<smack request="tizen::vconf::setting::admin" type="rl"/>
<smack request="dbus" type="rwx"/>
<smack request="net-config" type="rw"/>
<smack request="connman" type="rw"/>
<smack request="dlogutil" type="rwx"/>
<smack request="device::sys_logging" type="rw"/>
<smack request="device::app_logging" type="rw"/>
<smack request="deviced::display" type="rw"/>
<smack request="pkgmgr" type="r"/>
<smack request="pkgmgr::db" type="rw"/>
<smack request="app-svc::db" type="rwxa"/>
<smack request="app-svc::jump" type="x"/>
<smack request="aul::launch" type="x"/>
<smack request="libaccounts-svc::db" type="rl"/>
<smack request="libaccounts-svc::check_read" type="r"/>
<smack request="tizen::vconf::account" type="rw"/>
<smack request="contacts-service" type="rwx"/>
<smack request="contacts-service::svc" type="rw"/>
<smack request="calendar-service" type="rwx"/>
<smack request="calendar-service::svc" type="rw"/>
<smack request="alarm-server::alarm-periodic" type="w"/>
<smack request="sync-service::db" type="rwx"/>
<smack request="xorg" type="rw"/>
<smack request="telephony_framework::api_ps_public" type="rw"/>
<smack request="security-server::api-privilege-by-pid" type="w" />
<smack request="sdbd" type="r" />
<smack request="media-data::db" type="rw" />
</request>
</define>
<assign>
<filesystem path="/opt/usr/data/sync-manager/" label="sync-service::db" />
<filesystem path="/usr/lib/systemd/system/sync-manager.service" label="_" />
<filesystem path="/usr/share/dbus-1/system-services/org.tizen.sync.service" label="_" />
</assign>
<request>
<domain name="sync-service" />
</request>
</manifest>
|