diff options
| author | John Reck <jreck@google.com> | 2010-12-07 14:53:17 -0800 |
|---|---|---|
| committer | John Reck <jreck@google.com> | 2010-12-10 10:19:16 -0800 |
| commit | 11c1a0be5d8332e662ccc00f4cb66d821e79c8df (patch) | |
| tree | 65be5d172d5803c274e0f64572a22ec7cfa60ffd /core/java/android/webkit/CacheManager.java | |
| parent | dfcaeb1677cef0d7bf437f5f0432b6f07b223690 (diff) | |
Fixes Android HTTP cache permissions
Bug: 3244281
Change-Id: I372475bc2d9bd2f2354ee603f77468df0cb043bf
Diffstat (limited to 'core/java/android/webkit/CacheManager.java')
| -rw-r--r-- | core/java/android/webkit/CacheManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/webkit/CacheManager.java b/core/java/android/webkit/CacheManager.java index d17199028658..821bcc62063a 100644 --- a/core/java/android/webkit/CacheManager.java +++ b/core/java/android/webkit/CacheManager.java @@ -196,7 +196,7 @@ public final class CacheManager { } FileUtils.setPermissions( mBaseDir.toString(), - FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IXOTH, + FileUtils.S_IRWXU | FileUtils.S_IRWXG, -1, -1); // If we did create the directory, we need to flush // the cache database. The directory could be recreated |
