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

Commit 1b1bcd7b authored by Robin Lee's avatar Robin Lee
Browse files

Disallow prepare()-ing over an always on VPN app

Bug: 27042309
Change-Id: I6aa069a91f20b645f4d23e796ea03b0355155c41
parent fa272e5c
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -264,7 +264,12 @@ public class Vpn {
            return true;
        }

        // Check if the caller is authorized.
        // Stop an existing always-on VPN from being dethroned by other apps.
        if (getAlwaysOnPackage() != null) {
            return false;
        }

        // Check that the caller is authorized.
        enforceControlPermission();

        prepareInternal(newPackage);