diff options
author | gloryj.kim <gloryj.kim@samsung.com> | 2015-06-02 20:07:17 +0900 |
---|---|---|
committer | gloryj.kim <gloryj.kim@samsung.com> | 2015-06-02 20:07:17 +0900 |
commit | 73435351b469a7437b8d4aedd105b59c34b8526e (patch) | |
tree | ac0f913425815e84cfc9ddf6e5c20288d1d24481 /download-provider.manifest~ | |
parent | 7cbedf051bad1b76d3cba64a76b1181aa913a9e4 (diff) | |
download | download-provider-accepted/tizen/2.4/mobile/20151029.025153.tar.gz download-provider-accepted/tizen/2.4/mobile/20151029.025153.tar.bz2 download-provider-accepted/tizen/2.4/mobile/20151029.025153.zip |
Push new sources from Tizen 2.4submit/tizen_2.4/20151028.065556accepted/tizen/2.4/mobile/20151029.025153
Change-Id: If2be781597be2fbf185237d0ee538a3626a66444
Diffstat (limited to 'download-provider.manifest~')
-rw-r--r-- | download-provider.manifest~ | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/download-provider.manifest~ b/download-provider.manifest~ new file mode 100644 index 0000000..2261820 --- /dev/null +++ b/download-provider.manifest~ @@ -0,0 +1,40 @@ +<manifest> + <define> + <domain name="download-provider" /> + <provide> + <label name="download-provider::db" /> + </provide> + <request> + <smack request="download-provider::db" type="rw" /> + <smack request="system::use_internet" type="w" /> + <smack request="sys-assert::core" type="rwxat" /> + <smack request="device::sys_logging" type="w" /> + <smack request="system::ext_storage" type="arwxt" /> + <smack request="system::ext_media" type="arwxt" /> + <smack request="system::media" type="rwxat" /> + <smack request="system::media::root" type="rwxat" /> + <smack request="connman" type="rw" /> + <smack request="net-config" type="rw" /> + <smack request="wifi-direct::info" type="r" /> + <smack request="connman::get" type="rw" /> + <smack request="telephony_framework::api_ps_public" type="rw" /> + </request> + <permit> + <smack permit="system::use_internet" type="w" /> + </permit> + </define> + <request> + <domain name="download-provider" /> + </request> + <assign> + <filesystem path="/usr/share/download-provider*" label="_" /> + <filesystem path="/usr/lib/libdownload-provider-interface.so*" label="_" exec_label="none" /> + <filesystem path="/usr/lib/libdownloadagent2.so*" label="_" exec_label="none" /> + <filesystem path="/usr/lib/systemd/system/download-provider.service" label="_" exec_label="none" /> + <filesystem path="/usr/lib/systemd/system/graphical.target.wants/download-provider.service" label="_" exec_label="none" /> + <filesystem path="/usr/lib/systemd/system/download-provider.socket" label="_" exec_label="none" /> + <filesystem path="/usr/lib/systemd/system/sockets.target.wants/download-provider.socket" label="_" exec_label="none" /> + <filesystem path="/opt/etc/dump.d/module.d/dump-download-provider.sh" label="_" exec_label="none" /> + <filesystem path="/usr/share/download-provider/download-provider.res" label="_" /> + </assign> +</manifest> |