diff options
author | Nick Kralevich <nnk@google.com> | 2014-03-07 01:35:42 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-07 01:35:42 +0000 |
commit | c1f1eb374e3153e71419b50e8e9642a0ffaaea1e (patch) | |
tree | deada9fa5e54fecea19cc469c8a89b90e98f342c /rootdir | |
parent | 6f4bf03917dde69c43659ac55a22ed8a280ed733 (diff) | |
parent | ba023b063d25b73923f2df536b6258967f756ff6 (diff) | |
download | system_core-c1f1eb374e3153e71419b50e8e9642a0ffaaea1e.zip system_core-c1f1eb374e3153e71419b50e8e9642a0ffaaea1e.tar.gz system_core-c1f1eb374e3153e71419b50e8e9642a0ffaaea1e.tar.bz2 |
am ba023b06: Merge "Move creation of /data/misc/wifi and /data/misc/dhcp to main init.rc file."
* commit 'ba023b063d25b73923f2df536b6258967f756ff6':
Move creation of /data/misc/wifi and /data/misc/dhcp to main init.rc file.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index f3f3187..b175575 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -222,8 +222,12 @@ on post-fs-data restorecon_recursive /data/misc/zoneinfo mkdir /data/misc/vpn 0770 system vpn mkdir /data/misc/systemkeys 0700 system system - # give system access to wpa_supplicant.conf for backup and restore mkdir /data/misc/wifi 0770 wifi wifi + mkdir /data/misc/wifi/sockets 0770 wifi wifi + restorecon_recursive /data/misc/wifi/sockets + mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi + mkdir /data/misc/dhcp 0770 dhcp dhcp + # 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 mkdir /data/misc/media 0700 media media |