diff options
author | yunju06lee <yunju06.lee@samsung.com> | 2013-05-10 21:07:41 +0900 |
---|---|---|
committer | yunju06lee <yunju06.lee@samsung.com> | 2013-05-10 21:07:41 +0900 |
commit | a9dca41ce9927f45cbcde04dcd2cc2e47524f450 (patch) | |
tree | f4bd8dfb2212b5b6641bb0f8e8af725d72521f37 /org.tizen.contacts.manifest | |
parent | 368832fe4d35123fbb69c676ddff45f651163735 (diff) | |
download | phone-contacts-a9dca41ce9927f45cbcde04dcd2cc2e47524f450.tar.gz phone-contacts-a9dca41ce9927f45cbcde04dcd2cc2e47524f450.tar.bz2 phone-contacts-a9dca41ce9927f45cbcde04dcd2cc2e47524f450.zip |
add smack rulesubmit/tizen_2.1/20130514.054723
Change-Id: Iedf5db2bf732a6df97c66396b92c3ba04cd93bd7
Diffstat (limited to 'org.tizen.contacts.manifest')
-rw-r--r-- | org.tizen.contacts.manifest | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/org.tizen.contacts.manifest b/org.tizen.contacts.manifest index 6bfe9ea..b8ebc35 100644 --- a/org.tizen.contacts.manifest +++ b/org.tizen.contacts.manifest @@ -1,33 +1,12 @@ <manifest> <define> <domain name="org.tizen.contacts"/> - <request> - <smack request="libaccounts-svc" type="r"/> - <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="media-data::db" type="rw"/> - <smack request="sound_server" type="rw"/> - <smack request="pkgmgr" type="r"/> - <smack request="efreet" type="rx"/> - <smack request="dbus" type="rw"/> - <smack request="pulseaudio" type="wx"/> - <smack request="app-svc::db" type="rw"/> - <smack request="msg-service" type="rwx"/> - <smack request="syspopup::db" type="rw"/> - <smack request="contacts-service::db" type="rw"/> - <smack request="libug-phone::data" type="rwx"/> - <smack request="ug_bluetooth" type="r"/> - </request> </define> <assign> <filesystem path="/usr/share/packages/org.tizen.contacts.xml" label="_" /> <filesystem path="/usr/share/applications/org.tizen.contacts.desktop" label="_" /> <filesystem path="/usr/share/icons/default/small/org.tizen.contacts.png" label="_" /> + <filesystem path="/opt/usr/ug/data/ug-phone" label="org.tizen.contacts" type="transmutable" /> </assign> <request> <domain name="org.tizen.contacts"/> |