summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fixPermissions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixPermissions.cpp b/fixPermissions.cpp
index db6e90b52..3fed06c5e 100644
--- a/fixPermissions.cpp
+++ b/fixPermissions.cpp
@@ -333,7 +333,7 @@ int fixPermissions::fixSystemApps() {
temp = head;
while (temp != NULL) {
if (TWFunc::Path_Exists(temp->codePath)) {
- if (temp->appDir.compare("/system/app") == 0) {
+ if (temp->appDir.compare("/system/app") == 0 || temp->appDir.compare("/system/priv-app") == 0) {
if (debug) {
LOGINFO("Looking at '%s'\n", temp->codePath.c_str());
LOGINFO("Fixing permissions on '%s'\n", temp->pkgName.c_str());