Security-test: Ignore target that will not be included in the image 86/235686/1
authorYunjin Lee <yunjin-.lee@samsung.com>
Tue, 9 Jun 2020 02:13:47 +0000 (11:13 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Tue, 9 Jun 2020 02:13:47 +0000 (11:13 +0900)
- qemu-aarch64

Change-Id: I13855bfafb784459e346e9f1f9bf2f0997cd6aed
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
test/aslr_test/scripts/run_aslr_test_all_files.sh

index 0f9163a60c5c06af15abe7c1447ab5d487aa18b1..909cb3beda3f5f1539f82de7a96cebca2931be58 100644 (file)
@@ -36,7 +36,7 @@ fi
 # Checking "/etc/smack/onlycap" is temporary. This should be considered again later.
 while read line
 do
-       if [[ $line != "/usr/bin/chmod" ]] && [[ $line != "/usr/bin/cat" ]] && [[ $line != "/usr/bin/qemu-arm" ]]
+       if [[ $line != "/usr/bin/chmod" ]] && [[ $line != "/usr/bin/cat" ]] && [[ $line != "/usr/bin/qemu-arm" ]] && [[ $line != "/usr/bin/qemu-aarch64" ]]
        then
                CHECK_EXCEPTION $line
                if [ "$?" == 0 ]