summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2014-08-27 15:40:05 -0700
committerAlex Light <allight@google.com>2014-08-28 16:56:36 -0700
commitc692410e1607a39cd6d55f4be8164fc630d9772c (patch)
treefb361e54bba65b8956c749bec802f3262e9f9ee4 /include/private
parentf9e4d72782e685c00587e09d0e560a49be49ab6c (diff)
downloadsystem_core-c692410e1607a39cd6d55f4be8164fc630d9772c.zip
system_core-c692410e1607a39cd6d55f4be8164fc630d9772c.tar.gz
system_core-c692410e1607a39cd6d55f4be8164fc630d9772c.tar.bz2
Change /dalvik-cache to be owned by root.
Bug: 16875245 (cherry picked from commit 3878ebd72493427ea5537b36dfb9cd7cb38677bb) Change-Id: I29a70215a2207bc4e0db02ab751d32a68edf4b66
Diffstat (limited to 'include/private')
-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 eea9e2b..5d9c3ea 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" },