From 0261be2bdf5da4ff1a8fdb0c73a222fdbde9ea3a Mon Sep 17 00:00:00 2001 From: Srinivas Girigowda Date: Tue, 20 Jun 2017 11:42:41 +0530 Subject: [PATCH] Allow wifi service to access wlan dev node android.hardware.wifi@1.0-service which is triggered at boot up time is failing to access the /dev/wlan node. Modify the uid and gid as wifi to enable the wifi service to access this node CRs-Fixed: 2062348 Change-Id: Id649979e762cfbf8801f707500229fec24974a55 --- rootdir/etc/ueventd.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 17f6e76b..8038fffe 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -29,7 +29,7 @@ /dev/diag 0660 system qcom_diag /dev/genlock 0666 system system -/dev/wlan 0660 system system +/dev/wlan 0660 wifi wifi /dev/kgsl 0666 system system /dev/kgsl-3d0 0666 system system /dev/kgsl-2d0 0666 root root