From 48d116edf9c785ed284626cbe0bbf5c958cf5e67 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Wed, 8 Jul 2009 18:42:08 -0400 Subject: [PATCH] init.rc: Fix commands for allowing the system_server to access wpa_supplicant.conf The touch command does not exist, and the chown commands are unnecessary because the system_server is in the WIFI group. Signed-off-by: Mike Lockwood --- rootdir/init.rc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index d318aa3c2..dab90271a 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -78,11 +78,10 @@ loglevel 3 mkdir /data/misc/keystore 0770 keystore keystore mkdir /data/misc/vpn 0770 system system mkdir /data/misc/vpn/profiles 0770 system system - mkdir /data/misc/wifi 0770 wifi system - chown wifi system /data/misc/wifi - touch /data/misc/wifi/wpa_supplicant.conf + # give system access to wpa_supplicant.conf for backup and restore + mkdir /data/misc/wifi 0770 wifi wifi + chmod 0770 /data/misc/wifi chmod 0660 /data/misc/wifi/wpa_supplicant.conf - chown wifi system /data/misc/wifi/wpa_supplicant.conf mkdir /data/local 0771 shell shell mkdir /data/local/tmp 0771 shell shell mkdir /data/data 0771 system system