It has problems when testing coverage measurements.
The'User::Shell' label is applied to the directory where the gcov file is created,
so the tct-application cannot create the gcov file.
It can solve the problem by changing the Smack label to'User'.
Change-Id: I07496b22c7292b8d27403629455ed2141a338888
Signed-off-by: Seungha Son <seungha.son@samsung.com>
;;
"org.tizen.trace-native-utc")
echo "Installing pre-requisites for the package $1"
- chsmack -e "User::Shell" /usr/bin/atrace-1.1
+ chsmack -e "User" /usr/bin/atrace-1.1
;;
"org.tizen.ttrace-native-itc")
echo "Installing pre-requisites for the package $1"
- chsmack -e "User::Shell" /usr/bin/atrace-1.1
+ chsmack -e "User" /usr/bin/atrace-1.1
;;
esac