diff options
author | Mohammed Mirza Mandayappurath Manzoor <quic_mmandaya@quicinc.com> | 2022-01-31 14:40:10 -0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2023-08-03 11:45:45 +0200 |
commit | f76126ee3a31a28efcc968f276cca68be67edc95 (patch) | |
tree | 880e5ac05392a47a03bb23c3687376ba243346f2 /rootdir | |
parent | b53197b933b0a59f4eba86333c30becbbc03a83c (diff) |
msm8996-common: ueventd: Set permissions for KGSL sysfs node
Some KGSL sysfs nodes need to be access controlled. Set proper
permissions for the same.
Change-Id: Idc7e2447d02742074873901c6539f2c6d9d25862
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index bbac4a5..f6c3aeb 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -300,3 +300,6 @@ firmware_directories /vendor/firmware_mnt/image/ # Kmsg device /dev/kmsg 0620 root system + +# KGSL +/sys/class/kgsl/kgsl-3d0 perfcounter 0660 root shell |