Merge "Mirror fs-verity ownership UID to Java" am: d6b817cd51 am: 9b83a708c7

am: 1863e70b22

Change-Id: I8d5669350ff2d000957e2c603f6b9ab255bbdade
This commit is contained in:
Victor Hsieh
2019-09-18 18:27:18 -07:00
committed by android-build-merger

View File

@@ -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;