Change-Id: Iadb2357e48f32777bdf0a577522af11fe26be6ec
/usr/share/security-config/set_label
mkdir -p /opt/share/security-config/result
mkdir -p /opt/share/security-config/log
+# This is added to disable askuser temporary, untin askuser-4.0 is implemented.
+touch /opt/share/askuser_disable
%post profile_mobile
mv /opt/share/security-config/test/root_test/mobile/* /opt/share/security-config/test/root_test/
if [ ! -e /opt/share/security-config/.smack_pre_labeling ]
then
touch /opt/share/security-config/.smack_pre_labeling
- touch /opt/share/askuser_disable # TODO : This must be removed after askuser-4.0 is fully implemented.
return 1
fi
return 0