diff options
| author | Chia-chi Yeh <chiachi@android.com> | 2012-03-08 14:27:08 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-03-08 14:27:08 -0800 |
| commit | c8d1a0e18e008009fe75aa2cc7d3deace0479fce (patch) | |
| tree | ed8bc48c55b5576ee9f8fe32797a709ff8b3fb66 /rootdir/init.rc | |
| parent | d39f9d93788ed08f8e90d04bdac798e3f3595889 (diff) | |
| parent | 5ebced39093d1223566166b8cc6abfe6729c487d (diff) | |
| download | system_core-c8d1a0e18e008009fe75aa2cc7d3deace0479fce.tar.gz system_core-c8d1a0e18e008009fe75aa2cc7d3deace0479fce.tar.bz2 system_core-c8d1a0e18e008009fe75aa2cc7d3deace0479fce.zip | |
am 5ebced39: init.rc: update the permission of /data/local.
* commit '5ebced39093d1223566166b8cc6abfe6729c487d':
init.rc: update the permission of /data/local.
Diffstat (limited to 'rootdir/init.rc')
| -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 290e3759..28cd26cb 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -159,7 +159,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 |
