From a091319f5305193d0922af2d2c47aece658bb5c9 Mon Sep 17 00:00:00 2001 From: Haran Govindan <32816717+YourDeathWish@users.noreply.github.com> Date: Wed, 12 Dec 2018 12:52:02 +0200 Subject: [PATCH] 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 Signed-off-by: LordShenron Signed-off-by: Melvin --- rootdir/etc/ueventd.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 43efce6..5e3637f 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -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