Apply Smack 3-domain in manifest 97/44097/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150717.003245 accepted/tizen/tv/20150717.003258 accepted/tizen/wearable/20150717.003312 submit/tizen/20150716.224306 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorYongjin Kim <youth.kim@samsung.com>
Thu, 16 Jul 2015 22:41:25 +0000 (07:41 +0900)
committerYongjin Kim <youth.kim@samsung.com>
Thu, 16 Jul 2015 22:41:25 +0000 (07:41 +0900)
Change-Id: I2fe1cfc85057373e05f8ebeacf82346c0ea463f7
Signed-off-by: Yongjin Kim <youth.kim@samsung.com>
CMakeLists.txt
org.tizen.service-plugin-sample.manifest
org.tizen.service-plugin-sample.rule [deleted file]
packaging/org.tizen.service-plugin-sample.spec

index a743ed291627047071e83f82f3c3d6ee0fb43f63..dd3faf4934669c35d2d07d60007b22ce6ab699c3 100644 (file)
@@ -37,4 +37,3 @@ INSTALL(TARGETS ${SERVICE-PLUGIN-SAMPLE-BIN} DESTINATION /usr/apps/${SERVICE-PLU
 
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/${SERVICE-PLUGIN-SAMPLE}.xml DESTINATION /usr/share/packages)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/${SERVICE-PLUGIN-SAMPLE}.png DESTINATION /usr/share/icons/default/small)
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/${SERVICE-PLUGIN-SAMPLE}.rule DESTINATION /etc/smack/accesses2.d)
index 7fb42c7e19285208256455d3f1c5ad9492aa7677..a76fdbae7d915118498d7699ad37ccc98f8884f1 100644 (file)
@@ -1,23 +1,5 @@
 <manifest>
-       <define>
-               <domain name="org.tizen.service-plugin-sample" />
-        <permit>
-         <smack permit="com.samsung.app-tray" type="rwx" />
-         <smack permit="e17" type="rwx" />
-        </permit>
-        <request>
-               <smack request="dbus" type="r" />
-               <smack request="ail::db" type="rw" />
-               <smack request="system::vconf" type="rwxat" />
-               <smack request="com.samsung.indicator" type="rw" />
-               <smack request="system::homedir" type="rwxat" />
-               <smack request="system::media" type="rwxat" />
-               <smack request="system::share" type="rwxat" />
-               <smack request="xorg" type="w" />
-               <smack request="service-adaptor" type="rw" />
-        </request>
-       </define>
-       <assign>
-        <filesystem path="/opt/share/icons/default/small/org.tizen.service-plugin-sample.png" label="_" />
-       </assign>
+       <request>
+               <domain name="_" />
+       </request>
 </manifest>
diff --git a/org.tizen.service-plugin-sample.rule b/org.tizen.service-plugin-sample.rule
deleted file mode 100644 (file)
index 398a185..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-org.tizen.service-plugin-sample device::app_logging w
-org.tizen.service-plugin-sample app.default include
index 171cc9c5fb04ff8400f737e1c1c46e7b16c91ee1..474220cc42e343f3e012ed077c9902a12348b8af 100644 (file)
@@ -57,4 +57,3 @@ rm -rf %{buildroot}
 /usr/apps/org.tizen.service-plugin-sample/*
 /usr/share/packages/org.tizen.service-plugin-sample.xml
 /usr/share/icons/default/small/org.tizen.service-plugin-sample.png
-/etc/smack/accesses2.d/org.tizen.service-plugin-sample.rule