mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
sm6375-common: ueventd: Change permissions for /dev/diag
[1] - Add override * 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 Change-Id: Ic06b0de0a729052593fb3c703362c5c199f9fd0b Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com> Signed-off-by: CHRISL7 <70589286+CHRISL7@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
firmware_directories /vendor/firmware_mnt/image/
|
||||
|
||||
# the DIAG device node is not world writable/readable.
|
||||
/dev/diag 0660 system oem_2901
|
||||
/dev/diag 0666 system oem_2901
|
||||
/dev/mhi_*_pipe_4 0660 system system
|
||||
|
||||
/dev/genlock 0666 system system
|
||||
|
||||
Reference in New Issue
Block a user