From 654ca6bda1236f318f4858441a164f3e7e1973ac Mon Sep 17 00:00:00 2001 From: "so.yu" Date: Tue, 18 Jun 2013 23:02:55 +0900 Subject: [PATCH] Apply a smack rule Change-Id: Ic5840cedc568339dbb02768f92a03a9de79bf24a Signed-off-by: so.yu --- apps.CertificateSelector.manifest | 14 ++++++++++++++ packaging/apps.CertificateSelector.spec | 6 +++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 apps.CertificateSelector.manifest diff --git a/apps.CertificateSelector.manifest b/apps.CertificateSelector.manifest new file mode 100644 index 0000000..42fde9e --- /dev/null +++ b/apps.CertificateSelector.manifest @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/packaging/apps.CertificateSelector.spec b/packaging/apps.CertificateSelector.spec index cfd44de..bd58121 100644 --- a/packaging/apps.CertificateSelector.spec +++ b/packaging/apps.CertificateSelector.spec @@ -11,8 +11,11 @@ BuildRequires: osp-appfw-internal-devel BuildRequires: pkgconfig(osp-uifw) BuildRequires: hash-signer +# smack domain requires +Requires(post): osp-security-service + +# runtime requires Requires: chromium -Requires: osp-security-service Requires: pkgmgr %description @@ -51,6 +54,7 @@ PKG_ID=hyCsE05ySM /usr/etc/package-manager/backend/tpk -i /usr/apps/hyCsE05ySM %files +%manifest apps.CertificateSelector.manifest %defattr(-,root,root,-) /usr/share/license/%{name} /usr/apps/* -- 2.7.4