diff options
author | Saranya Chidura <schidura@codeaurora.org> | 2017-12-18 16:04:29 +0530 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:52:32 +0200 |
commit | 3fe332722874d85cb35130a4ce639705b6ee8520 (patch) | |
tree | 3bcc18417cb3e49dd182f883d88f70b3c75bf5e8 | |
parent | 1d30152c55ab8281f32da4a45a0410419f1ef3d6 (diff) |
wayne-common: Set permissions of /dev/byte-cntr device
To support ODL to read data from QDSS, create a custom group
and set permission of byte-cntr device. And also set
permission to coresight-tmc-etr/block_size to enable
byte-cntr feature.
Change-Id: Ic80156667dd7511392d5970ddcbd0fdc43ffffca
Signed-off-by: Saranya Chidura <schidura@codeaurora.org>
-rw-r--r-- | config.fs | 3 | ||||
-rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,9 @@ value:2950 [AID_VENDOR_QTI_DIAG] value:2901 +[AID_VENDOR_QDSS] +value:2902 + [AID_VENDOR_RFS] value:2951 diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 5d2d9f5..5dd0f5c 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -137,6 +137,9 @@ /dev/system_health_monitor 0644 radio system /dev/mdss_rotator 0664 system system +# QDSS +/dev/byte-cntr 0660 system oem_2902 + # wlan /dev/wcnss_wlan 0660 system system /dev/wcnss_ctrl 0660 system system |