From d185445eee69f0c1f7c4d0da5ebd350c10f07bcf Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Mon, 3 Apr 2017 04:00:23 +0000 Subject: [PATCH] Revert "Allocate GID to use reserved disk space." This reverts commit 82f8bb785e2beae58a9ea6984a7067530200c236. Sadly, we'd have to extend CAP_SYS_RESOURCE to a bunch of execution domains to make this work, which isn't feasible. Bug: 36450358 Change-Id: Iffe88e45d538c044382eb0d0ac24ff11a10d73c3 --- libcutils/include/private/android_filesystem_config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h index 3eeb9dc8d..0037f1519 100644 --- a/libcutils/include/private/android_filesystem_config.h +++ b/libcutils/include/private/android_filesystem_config.h @@ -130,7 +130,6 @@ #define AID_MEDIA_OBB 1059 /* GID for OBB files on internal media storage */ #define AID_ESE 1060 /* embedded secure element (eSE) subsystem */ #define AID_OTA_UPDATE 1061 /* resource tracking UID for OTA updates */ -#define AID_DISK_RESERVED 1062 /* GID that has access to reserved disk space */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */