3 domain smack rule is applied. 58/42658/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150701.121034 accepted/tizen/tv/20150701.121422 accepted/tizen/wearable/20150701.122919 submit/tizen/20150701.084437 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
authorKyuho Jo <kyuho.jo@samsung.com>
Wed, 1 Jul 2015 08:41:25 +0000 (17:41 +0900)
committerKyuho Jo <kyuho.jo@samsung.com>
Wed, 1 Jul 2015 08:41:25 +0000 (17:41 +0900)
Change-Id: Ia9c0d08d02c98c9e3f598e34c2838e6909a3121c
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
notification.manifest
packaging/notification.spec

index 061daab..6c61ae0 100644 (file)
@@ -1,16 +1,5 @@
 <manifest>
-       <define>
-           <domain name="notification"/>
-               <provide>
-                       <label name="notification::db"/>
-               </provide>
-       </define>
-       <assign>
-               <filesystem path="/usr/lib/libnotification.so.0.1.0" label="_"/>
-               <filesystem path="/usr/lib/libnotification.so.0" label="_"/>
-               <filesystem path="/usr/lib/libnotification.so" label="_"/>
-       </assign>
        <request>
-           <domain name="notification"/>
+           <domain name="_"/>
        </request>
 </manifest>
index 268cfe6..cb729d3 100644 (file)
@@ -194,12 +194,6 @@ chown :5000 /opt/dbspace/.notification.db
 chown :5000 /opt/dbspace/.notification.db-journal
 chmod 644 /opt/dbspace/.notification.db
 chmod 644 /opt/dbspace/.notification.db-journal
-if [ -f /usr/lib/rpm-plugins/msm.so ]
-then
-    chsmack -a 'notification::db' /opt/dbspace/.notification.db*
-fi
-SMACK_OPTION="-s system::vconf_misc"
-vconftool set -t string memory/private/libstatus/message "" -i -g 5000 -f  $SMACK_OPTION
 
 %postun -p /sbin/ldconfig