sanders: Give proper permissions for /dev/diag

* This gives proper permission to /dev/diag node so that diag driver can load successfully

Before in log:
Diag_Lib:  Diag_LSM_Init: Failed to open handle to diag driver, error = 13

After in log:
Diag_Lib: qpLogDiagInit <== result : 1
Diag_Lib: QMID : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0

Signed-off-by: muralivijay <muralidharan9845@gmail.com>
Signed-off-by: LordShenron <shen.priyanshu@gmail.com>
Signed-off-by: Melvin <kartik3163@gmail.com>
This commit is contained in:
Haran Govindan
2018-12-12 12:52:02 +02:00
committed by ronaxdevil
parent d989e5542c
commit a091319f53

View File

@@ -31,7 +31,7 @@
firmware_directories /vendor/firmware_mnt/image/
# the DIAG device node is not world writable/readable.
/dev/diag 0660 system oem_2950
/dev/diag 0666 system oem_2950
/dev/ttydiag0 0660 system oem_2950
/dev/ttydiag1 0660 system oem_2950
/dev/ttydiag2 0660 system oem_2950