Loading services/java/com/android/server/pm/SELinuxMMAC.java +13 −23 Original line number Diff line number Diff line Loading @@ -346,15 +346,6 @@ public final class SELinuxMMAC { */ public static boolean assignSeinfoValue(PackageParser.Package pkg) { /* * Non system installed apps should be treated the same. This * means that any post-loaded apk will be assigned the default * tag, if one exists in the policy, else null, without respect * to the signing key. */ if (((pkg.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) || ((pkg.applicationInfo.flags & ApplicationInfo.FLAG_UPDATED_SYSTEM_APP) != 0)) { // We just want one of the signatures to match. for (Signature s : pkg.mSignatures) { if (s == null) Loading @@ -373,7 +364,6 @@ public final class SELinuxMMAC { } } } } // If we have a default seinfo value then great, otherwise // we set a null object and that is what we started with. Loading Loading
services/java/com/android/server/pm/SELinuxMMAC.java +13 −23 Original line number Diff line number Diff line Loading @@ -346,15 +346,6 @@ public final class SELinuxMMAC { */ public static boolean assignSeinfoValue(PackageParser.Package pkg) { /* * Non system installed apps should be treated the same. This * means that any post-loaded apk will be assigned the default * tag, if one exists in the policy, else null, without respect * to the signing key. */ if (((pkg.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) || ((pkg.applicationInfo.flags & ApplicationInfo.FLAG_UPDATED_SYSTEM_APP) != 0)) { // We just want one of the signatures to match. for (Signature s : pkg.mSignatures) { if (s == null) Loading @@ -373,7 +364,6 @@ public final class SELinuxMMAC { } } } } // If we have a default seinfo value then great, otherwise // we set a null object and that is what we started with. Loading