sm8150-common: rootdir: Change permissions for /dev/diag.
* Logs spam with error '-13' which basically translates to access denied/invalid permission. * Fix this by giving system read and write access. Before in log: Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13 Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
This commit is contained in:
parent
deae5e88b6
commit
fad43a2dc5
|
@ -74,6 +74,8 @@ on early-init
|
|||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules msm_11ad_proxy
|
||||
|
||||
on init
|
||||
# Change permissions for diag lib.
|
||||
chmod 0666 /dev/diag
|
||||
|
||||
# Support legacy paths
|
||||
symlink /sdcard /mnt/sdcard
|
||||
|
|
Loading…
Reference in New Issue