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 <eccopark@google.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user