summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-08-28 23:17:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-28 23:17:06 +0000
commit188d4396b8b02d970a129fbcb869daff38ca9232 (patch)
treefedbc60625c5efebe158453314012c5d96bcb46b /include
parentd5f230af0733f350910901e09ac8c275a388d79f (diff)
parent3878ebd72493427ea5537b36dfb9cd7cb38677bb (diff)
downloadsystem_core-188d4396b8b02d970a129fbcb869daff38ca9232.zip
system_core-188d4396b8b02d970a129fbcb869daff38ca9232.tar.gz
system_core-188d4396b8b02d970a129fbcb869daff38ca9232.tar.bz2
Merge "Change /dalvik-cache to be owned by root."
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index d8e938e..496dabc 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -196,7 +196,7 @@ static const struct fs_path_config android_dirs[] = {
{ 00770, AID_SYSTEM, AID_CACHE, 0, "cache" },
{ 00771, AID_SYSTEM, AID_SYSTEM, 0, "data/app" },
{ 00771, AID_SYSTEM, AID_SYSTEM, 0, "data/app-private" },
- { 00771, AID_SYSTEM, AID_SYSTEM, 0, "data/dalvik-cache" },
+ { 00771, AID_ROOT, AID_ROOT, 0, "data/dalvik-cache" },
{ 00771, AID_SYSTEM, AID_SYSTEM, 0, "data/data" },
{ 00771, AID_SHELL, AID_SHELL, 0, "data/local/tmp" },
{ 00771, AID_SHELL, AID_SHELL, 0, "data/local" },