diff options
author | Michael Bestas <mkbestas@gmail.com> | 2023-05-11 19:31:06 +0300 |
---|---|---|
committer | Nanhumly <admin@warbler.cc> | 2023-08-19 12:35:09 +0000 |
commit | ec5c7b4c4eabb1d4e0f6e80e22bae93d4a28b941 (patch) | |
tree | 544fac74832e21bf24999336155327699a77f539 /rootdir/etc/ueventd.qcom.rc | |
parent | b32ace325d46d672baeab936a185f26100de876c (diff) |
msm8996-common: ueventd: Remove all permissions from /sys/devices/soc0/serial_number
Change-Id: I688347cfe59f56e4de2e4bf3c3324ca465f7a897
Diffstat (limited to 'rootdir/etc/ueventd.qcom.rc')
-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 f6c3aeb..be80603 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -247,6 +247,9 @@ firmware_directories /vendor/firmware_mnt/image/ /sys/devices/soc/c179000.i2c/i2c-5/5-0020/input/input* secure_touch 0440 system drmrpc /sys/devices/soc/c179000.i2c/i2c-5/5-0020/input/input* secure_touch_enable 0660 system drmrpc +# socinfo +/sys/devices/soc0 serial_number 0000 root root + # laser sensor access /sys/devices/virtual/input/input* enable_ps_sensor 0660 system input /sys/devices/virtual/input/input* set_delay_ms 0660 system input |