- qemu-aarch64
Change-Id: I13855bfafb784459e346e9f1f9bf2f0997cd6aed
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
# 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 ]