diff options
| author | Robin Lee <rgl@google.com> | 2014-06-05 17:07:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-05 17:07:43 +0000 |
| commit | 46fbaf062fd94e3fecc7165f4b42d42145e0603d (patch) | |
| tree | e9da4032d975725435507a9bb9702756161e0009 /rootdir | |
| parent | aa2be4fd691933524b91680cd7517a9334d9a2a7 (diff) | |
| parent | 3094f82a8a4d4b8d2725df85a6af9d306b9f8800 (diff) | |
| download | system_core-46fbaf062fd94e3fecc7165f4b42d42145e0603d.tar.gz system_core-46fbaf062fd94e3fecc7165f4b42d42145e0603d.tar.bz2 system_core-46fbaf062fd94e3fecc7165f4b42d42145e0603d.zip | |
Merge "Create world-searchable /data/misc/user directory"
Diffstat (limited to 'rootdir')
| -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 759380a60..e3a3017c4 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -237,6 +237,7 @@ on post-fs-data mkdir /data/misc/wifi/sockets 0770 wifi wifi mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi 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 |
