selinuxrelabel: Need to check in priv-app now

Change-Id: I67529c3b0f8baaac15fd475305eafd085feac112
This commit is contained in:
dhacker29 2013-11-15 22:48:05 -06:00
parent 9a19f575a4
commit 3013c99acb
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if [ $? -eq 0 ]; then
LABELSYS=1
fi
ls -Z /system/app/GoogleServicesFramework.apk | grep -q unlabeled
ls -Z /system/priv-app/GoogleServicesFramework.apk | grep -q unlabeled
if [ $LABELSYS = "0" -a $? -eq 0 ]; then
$L "Found unlabeled Google framework, fixing..."
LABELSYS=1