diff options
author | Robin Lee <rgl@google.com> | 2014-06-05 17:30:13 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-06-05 17:30:13 +0000 |
commit | a54b7ca1565d314c88eb31e1f2375948b3c5616a (patch) | |
tree | 164bd2ba36cbccc76ba8e7980868d3eda617727f | |
parent | b575c3e37a72d25045856f86719a69773e17acad (diff) | |
parent | b7c07da2f4606ca36b93c2b9221e43e6ebe68831 (diff) | |
download | system_core-a54b7ca1565d314c88eb31e1f2375948b3c5616a.zip system_core-a54b7ca1565d314c88eb31e1f2375948b3c5616a.tar.gz system_core-a54b7ca1565d314c88eb31e1f2375948b3c5616a.tar.bz2 |
am b7c07da2: am 33154817: am 46fbaf06: Merge "Create world-searchable /data/misc/user directory"
* commit 'b7c07da2f4606ca36b93c2b9221e43e6ebe68831':
Create world-searchable /data/misc/user directory
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 7d8a4e3..606686c 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -242,6 +242,7 @@ on post-fs-data mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi mkdir /data/misc/ethernet 0770 system system mkdir /data/misc/dhcp 0770 dhcp dhcp + mkdir /data/misc/user 0771 root root # give system access to wpa_supplicant.conf for backup and restore chmod 0660 /data/misc/wifi/wpa_supplicant.conf mkdir /data/local 0751 root root |