move thermal dump to gs-common
Bug: 257880034 Test: adb bugreport Change-Id: Ib3efb17fcc3f69fac565599cffb06eff83e7cc8e
This commit is contained in:
parent
ea632b0eb1
commit
36dc4e181d
3 changed files with 0 additions and 12 deletions
5
whitechapel/vendor/google/file_contexts
vendored
5
whitechapel/vendor/google/file_contexts
vendored
|
@ -230,11 +230,6 @@
|
|||
/vendor/bin/hw/google\.hardware\.media\.c2@1\.0-service u:object_r:mediacodec_exec:s0
|
||||
/data/vendor/media(/.*)? u:object_r:vendor_media_data_file:s0
|
||||
|
||||
# thermal sysfs files
|
||||
/sys/class/thermal(/.*)? u:object_r:sysfs_thermal:s0
|
||||
/sys/devices/virtual/thermal(/.*)? u:object_r:sysfs_thermal:s0
|
||||
|
||||
|
||||
# IMS VoWiFi
|
||||
/data/vendor/misc(/.*)? u:object_r:vendor_misc_data_file:s0
|
||||
/data/vendor/VoWiFi(/.*)? u:object_r:vendor_ims_data_file:s0
|
||||
|
|
3
whitechapel/vendor/google/genfs_contexts
vendored
3
whitechapel/vendor/google/genfs_contexts
vendored
|
@ -709,9 +709,6 @@ genfscon sysfs /devices/platform/sjtag_gsa/interface u:object_
|
|||
genfscon sysfs /devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/min_freq u:object_r:sysfs_camera:s0
|
||||
genfscon sysfs /devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq u:object_r:sysfs_camera:s0
|
||||
|
||||
# thermal sysfs files
|
||||
genfscon sysfs /module/gs101_thermal/parameters u:object_r:sysfs_thermal:s0
|
||||
|
||||
# USB-C throttling stats
|
||||
genfscon sysfs /devices/platform/google,usbc_port_cooling_dev/cleared_time u:object_r:sysfs_usbc_throttling_stats:s0
|
||||
genfscon sysfs /devices/platform/google,usbc_port_cooling_dev/hysteresis_time u:object_r:sysfs_usbc_throttling_stats:s0
|
||||
|
|
|
@ -51,10 +51,6 @@ allow hal_dumpstate_default sysfs_touch:dir r_dir_perms;
|
|||
allow hal_dumpstate_default sysfs_touch:file rw_file_perms;
|
||||
allow hal_dumpstate_default proc_touch:file rw_file_perms;
|
||||
|
||||
allow hal_dumpstate_default sysfs_thermal:dir r_dir_perms;
|
||||
allow hal_dumpstate_default sysfs_thermal:file r_file_perms;
|
||||
allow hal_dumpstate_default sysfs_thermal:lnk_file read;
|
||||
|
||||
# Modem logs
|
||||
allow hal_dumpstate_default modem_efs_file:dir search;
|
||||
allow hal_dumpstate_default modem_efs_file:file r_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue