Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 517ec479 authored by Dmitry Dementyev's avatar Dmitry Dementyev Committed by Android (Google) Code Review
Browse files

Merge "Don't allow SdkSandbox to bypass systemUid check." into security-aosp-25Q2-staging

parents dbfa7fc1 3eb6e9bf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6146,6 +6146,9 @@ public class AccountManagerService
    }

    private boolean isSystemUid(int callingUid) {
        if (Process.isSdkSandboxUid(callingUid)) {
            return false;
        }
        String[] packages = null;
        final long ident = Binder.clearCallingIdentity();
        try {