diff options
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.smdk4x12.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index 950d27d..2a2369d 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -454,7 +454,7 @@ service p2p_supplicant /system/bin/wpa_supplicant \ # user wifi # group wifi inet keystore class main - socket wpa_wlan0 dgram 660 wifi wifi u:object_r:wpa_socket:s0 + socket wpa_wlan0 dgram 660 wifi wifi disabled oneshot @@ -466,7 +466,7 @@ service wpa_supplicant /system/bin/wpa_supplicant \ # user wifi # group wifi inet keystore class main - socket wpa_wlan0 dgram 660 wifi wifi u:object_r:wpa_socket:s0 + socket wpa_wlan0 dgram 660 wifi wifi disabled oneshot |