From 3013c99acb51f8c2aa1156930e864cfdbcc22135 Mon Sep 17 00:00:00 2001 From: dhacker29 Date: Fri, 15 Nov 2013 22:48:05 -0600 Subject: [PATCH] selinuxrelabel: Need to check in priv-app now Change-Id: I67529c3b0f8baaac15fd475305eafd085feac112 --- prebuilt/common/etc/init.d/50selinuxrelabel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuilt/common/etc/init.d/50selinuxrelabel b/prebuilt/common/etc/init.d/50selinuxrelabel index bb66a4b5..2fd4a02b 100644 --- a/prebuilt/common/etc/init.d/50selinuxrelabel +++ b/prebuilt/common/etc/init.d/50selinuxrelabel @@ -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