From 29ba5b2153248c921108658e74ae666d3df7f691 Mon Sep 17 00:00:00 2001 From: Ecco Park Date: Wed, 31 Jan 2018 14:59:05 -0800 Subject: [PATCH] sanders: Adding the execute permission for /data/vendor/wifi ag/3332074 broke the Pixel Logger funtionality for wifi. The Logger needs the write permission for /data/vendor/wifi/cnss_diag. so, parent directory needs to set the execute permission for other group. Test: manual test with Pixel Logger Bug: 70228425 Change-Id: I75819f0b0bf4ed376d5d87f33af2e1693c864db8 Signed-off-by: Ecco Park --- rootdir/etc/init.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 5518d02..6324288 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -366,7 +366,7 @@ on post-fs-data mkdir /data/vendor/ramdump/bluetooth 0770 bluetooth bluetooth # Create the directories used by the Wireless subsystem - mkdir /data/vendor/wifi 0770 wifi wifi + mkdir /data/vendor/wifi 0771 wifi wifi mkdir /data/vendor/wifi/sockets 0770 wifi wifi mkdir /data/vendor/wifi/hostapd 0770 wifi wifi mkdir /data/vendor/wifi/hostapd/ctrl 0770 wifi wifi