diff options
author | Sreelakshmi Gownipalli <sgownipa@codeaurora.org> | 2015-07-16 12:22:52 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2015-10-06 03:22:35 -0600 |
commit | b198304a56bad86a08b5dd647113c61489dcb564 (patch) | |
tree | d2f634d8dc2d53996d9bbef7f074e0f02d131449 /rootdir | |
parent | 9465c1860a4291700ad464d5cbb4369f04093605 (diff) | |
download | system_core-b198304a56bad86a08b5dd647113c61489dcb564.zip system_core-b198304a56bad86a08b5dd647113c61489dcb564.tar.gz system_core-b198304a56bad86a08b5dd647113c61489dcb564.tar.bz2 |
diag: Add new qcom_diag group to access /dev/diag
This change adds the definition of qcom_diag and
also modify the /dev/diag node group to qcom_diag.
Change-Id: I07bd099c76f3fd2685f3a6698e37314a0a2c8f44
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/ueventd.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index b735dc3..33f29f9 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -28,7 +28,7 @@ subsystem adf /dev/dri/* 0666 root graphics # these should not be world writable -/dev/diag 0660 radio radio +/dev/diag 0660 system qcom_diag /dev/diag_arm9 0660 radio radio /dev/android_adb 0660 adb adb /dev/android_adb_enable 0660 adb adb |