Fix and update manifest file 32/128632/2
authorRadoslaw Bartosiak <r.bartosiak@samsung.com>
Wed, 10 May 2017 14:03:42 +0000 (16:03 +0200)
committerRadoslaw Bartosiak <r.bartosiak@samsung.com>
Mon, 15 May 2017 12:01:30 +0000 (14:01 +0200)
- Remove setting exec_label for removed files:
-- /usr/bin/tests-summary.sh
- Fix file name in the manifest (cynara-test)
- Replace the exec_label "_" with "System:::Privileged"
- Add exec_label "System::Privileged" for yaca-test
- Put files in both groups in alphabetical order

Change-Id: I61a48bfe5dc536c2e49b59e77f78cbadb5dc8748
Signed-off-by: Radoslaw Bartosiak <r.bartosiak@samsung.com>
packaging/security-tests.manifest

index a65ddaa..652a0cd 100644 (file)
@@ -1,16 +1,14 @@
 <manifest>
     <assign>
-        <filesystem path="/usr/bin/security-tests.sh" exec_label="_" />
-        <filesystem path="/usr/bin/security-tests-all.sh" exec_label="_" />
+        <filesystem path="/usr/bin/security-tests.sh" exec_label="System::Privileged" />
+        <filesystem path="/usr/bin/security-tests-all.sh" exec_label="System::Privileged" />
+        <filesystem path="/usr/bin/test-performance-check.sh" exec_label="System::Privileged" />
 
-        <filesystem path="/usr/bin/tests-summary.sh" exec_label="_" />
-        <filesystem path="/usr/bin/test-performance-check.sh" exec_label="_" />
-
-        <filesystem path="/usr/bin/libsmack-test" exec_label="_" />
-        <filesystem path="/usr/bin/security-manager-tests" exec_label="System::Privileged" />
-        <filesystem path="/usr/bin/cynara-tests" exec_label="_" />
-        <filesystem path="/usr/bin/ckm-tests" exec_label="User" />
         <filesystem path="/usr/bin/ckm-tests" exec_label="System" />
+        <filesystem path="/usr/bin/cynara-test" exec_label="System::Privileged" />
+        <filesystem path="/usr/bin/libsmack-test" exec_label="System::Privileged" />
+        <filesystem path="/usr/bin/security-manager-tests" exec_label="System::Privileged" />
+        <filesystem path="/usr/bin/yaca-test" exec_label="System::Privileged" />
     </assign>
     <request>
         <domain name="_" />