diff options
| author | Chia-chi Yeh <chiachi@android.com> | 2012-03-08 14:31:23 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-03-08 14:31:23 -0800 |
| commit | 89c5926f08fdf551c33ccbfbec5d6bb7d911f067 (patch) | |
| tree | 8c4820f63a204129b948ec43581ce6c654c556fb | |
| parent | 7bf4c45f842ded6d6ad6b2d80e052ddf56969723 (diff) | |
| parent | 0b32a75b7c7f25bd9ab325f44626c402fd9b9b23 (diff) | |
| download | system_core-89c5926f08fdf551c33ccbfbec5d6bb7d911f067.tar.gz system_core-89c5926f08fdf551c33ccbfbec5d6bb7d911f067.tar.bz2 system_core-89c5926f08fdf551c33ccbfbec5d6bb7d911f067.zip | |
am 0b32a75b: am c8d1a0e1: am 5ebced39: init.rc: update the permission of /data/local.
* commit '0b32a75b7c7f25bd9ab325f44626c402fd9b9b23':
init.rc: update the permission of /data/local.
| -rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 72995136..2e8f7d29 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -162,7 +162,7 @@ on post-fs-data # give system access to wpa_supplicant.conf for backup and restore mkdir /data/misc/wifi 0770 wifi wifi chmod 0660 /data/misc/wifi/wpa_supplicant.conf - mkdir /data/local 0771 shell shell + mkdir /data/local 0751 root root mkdir /data/local/tmp 0771 shell shell mkdir /data/data 0771 system system mkdir /data/app-private 0771 system system |
