sdm710-common: 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
This commit is contained in:
parent
a4a9630750
commit
0565d0dda2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
firmware_directories /vendor/firmware_mnt/image/
|
firmware_directories /vendor/firmware_mnt/image/
|
||||||
|
|
||||||
# the DIAG device node is not world writable/readable.
|
# the DIAG device node is not world writable/readable.
|
||||||
/dev/diag 0660 system oem_2901
|
/dev/diag 0666 system oem_2901
|
||||||
|
|
||||||
/dev/genlock 0666 system system
|
/dev/genlock 0666 system system
|
||||||
/dev/wlan 0660 wifi wifi
|
/dev/wlan 0660 wifi wifi
|
||||||
|
|
Loading…
Reference in a new issue