diff options
| author | 2018-04-12 14:52:37 -0600 | |
|---|---|---|
| committer | 2018-04-13 11:02:39 -0600 | |
| commit | ce764fa870ed9ad0da745fe446d260ad1a4d37c8 (patch) | |
| tree | 1353f3d41aa8a9f42cfa528e7b391bd6c21763f0 /cmds/installd/utils.h | |
| parent | 1f0622ed9717f9b6f9735e4b9634f182a0d79b4d (diff) | |
Disable APPLY_HARD_QUOTAS in favor of "resgid".
We're now using the "resgid" filesystem feature to protect users
against abusive apps, so we no longer need to apply hard quotas.
Bug: 77862961
Test: builds, boots
Change-Id: I6877ff93afe9bda3e6039898787240a2b06cdb55
Diffstat (limited to 'cmds/installd/utils.h')
| -rw-r--r-- | cmds/installd/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/utils.h b/cmds/installd/utils.h index b74073cb29..5829c4fd14 100644 --- a/cmds/installd/utils.h +++ b/cmds/installd/utils.h @@ -36,7 +36,7 @@ #define BYPASS_QUOTA 0 #define BYPASS_SDCARDFS 0 -#define APPLY_HARD_QUOTAS 1 +#define APPLY_HARD_QUOTAS 0 namespace android { namespace installd { |