From: KyungwooNoh Date: Fri, 19 Apr 2013 07:12:04 +0000 (+0900) Subject: modify smack rule to install web application X-Git-Tag: accepted/tizen_2.1/20130425.034724 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen_2.1%2F20130425.034724;p=platform%2Fframework%2Fnative%2Fsecurity-service.git modify smack rule to install web application Change-Id: I0e9586014229a3c73dcd24631d8078c0e85fbd79 Signed-off-by: KyungwooNoh --- diff --git a/osp-security-service.manifest b/osp-security-service.manifest old mode 100644 new mode 100755 index fa4133a..44be6fb --- a/osp-security-service.manifest +++ b/osp-security-service.manifest @@ -1,6 +1,9 @@ + + + diff --git a/packaging/osp-security-service.spec b/packaging/osp-security-service.spec index 802e90d..d014bef 100755 --- a/packaging/osp-security-service.spec +++ b/packaging/osp-security-service.spec @@ -50,7 +50,11 @@ cp %{_builddir}/%{name}-%{version}/LICENSE.APLv2 %{buildroot}/usr/share/license /bin/rm -fr /opt/apps/q7097a278m /usr/etc/package-manager/backend/tpk -i /usr/apps/q7097a278m -#%postun -p /sbin/ldconfig +if [ -f /usr/lib/rpm-plugins/msm.so ] +then + chsmack -t /opt/usr/share/certs + chsmack -a "_" /opt/usr/share/certs +fi %files %manifest osp-security-service.manifest