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

Commit 1ee0eecf authored by Victor Hsieh's avatar Victor Hsieh Committed by android-build-merger
Browse files

Merge "Mirror fs-verity ownership UID to Java" am: d6b817cd am: 9b83a708 am: 1863e70b

am: 24c2c609

Change-Id: Ia8e7e81bda8ea2d7b71d9790b2a9a69f9f84fd4a
parents 95e7cabd 24c2c609
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -182,6 +182,12 @@ public class Process {
     */
    public static final int NETWORK_STACK_UID = 1073;

    /**
     * Defines the UID/GID for fs-verity certificate ownership in keystore.
     * @hide
     */
    public static final int FSVERITY_CERT_UID = 1075;

    /** {@hide} */
    public static final int NOBODY_UID = 9999;