From 0aa11570b4968664146ca6220597a5c5bdf5949f Mon Sep 17 00:00:00 2001 From: Yoonsang Lee Date: Tue, 22 Dec 2015 16:50:39 +0900 Subject: [PATCH] Add dali-addon.manifest - Set smack label to '_' - Without this patch, js native application wouldn't be launched (with jsnative). Change-Id: I12bd9fbddbd646747368f4ea89899c8e354ba895 --- dali-addon.manifest | 5 +++++ packaging/dali-addon.spec | 1 + 2 files changed, 6 insertions(+) create mode 100644 dali-addon.manifest diff --git a/dali-addon.manifest b/dali-addon.manifest new file mode 100644 index 0000000..75b0fa5 --- /dev/null +++ b/dali-addon.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/dali-addon.spec b/packaging/dali-addon.spec index 35f956c..fe4bc23 100644 --- a/packaging/dali-addon.spec +++ b/packaging/dali-addon.spec @@ -91,6 +91,7 @@ exit 0 # Files in Binary Packages ############################## %files +%manifest dali-addon.manifest %defattr(-,root,root,-) %{installPath} -- 2.7.4