Revert "Test binaries added to middleware list"
authorJan Cybulski <j.cybulski@samsung.com>
Thu, 11 Apr 2013 13:50:18 +0000 (15:50 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 23 Jan 2014 13:19:15 +0000 (14:19 +0100)
            [Issue#]   SSDWSSP-186
            [Feature] This reverts commit 55543351efa199b142aa017d907605d3ab87866d. Middleware list is no longer used in security-server.
            [Verification] Successful build.

Change-Id: I9040e5ff52044526f6795cdabcf6982c853404f8

packaging/security-tests.spec

index a739db4..fb9024c 100644 (file)
@@ -40,15 +40,6 @@ rm -rf %{buildroot}
 
 %post
 find /etc/smack/test_privilege_control_DIR/ -type f -name exec -exec chmod 0755 {} +
-# add test binaries to mw-list if it's not already there
-BINARIES[0]="/usr/bin/security-server-tests-client-smack"
-BINARIES[1]="/usr/bin/security-server-tests-label"
-BINARIES[2]="/usr/bin/security-server-tests-server"
-for BINARY in "${BINARIES[@]}"
-do
-    grep -q $BINARY /usr/share/security-server/mw-list\
-     || echo $BINARY >> /usr/share/security-server/mw-list
-done
 echo "security-tests postinst done ..."
 
 %postun