use devfreq dump from gs-common am: 4d9aa0b28f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/22175766 Change-Id: Ib07707b9eadf2caa57daadce6a9ee548001329d4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1b0cecc49f
3 changed files with 0 additions and 21 deletions
5
whitechapel/vendor/google/file.te
vendored
5
whitechapel/vendor/google/file.te
vendored
|
@ -32,8 +32,6 @@ type vendor_votable_debugfs, fs_type, debugfs_type;
|
|||
type vendor_battery_debugfs, fs_type, debugfs_type;
|
||||
|
||||
# Exynos sysfs
|
||||
type sysfs_exynos_bts, sysfs_type, fs_type;
|
||||
type sysfs_exynos_bts_stats, sysfs_type, fs_type;
|
||||
type sysfs_ota, sysfs_type, fs_type;
|
||||
|
||||
# Exynos Firmware
|
||||
|
@ -133,9 +131,6 @@ type sysfs_spi, sysfs_type, fs_type;
|
|||
# Battery
|
||||
type persist_battery_file, file_type, vendor_persist_type;
|
||||
|
||||
# CPU
|
||||
type sysfs_cpu, sysfs_type, fs_type;
|
||||
|
||||
# Fabric
|
||||
type sysfs_fabric, sysfs_type, fs_type;
|
||||
|
||||
|
|
13
whitechapel/vendor/google/genfs_contexts
vendored
13
whitechapel/vendor/google/genfs_contexts
vendored
|
@ -591,22 +591,9 @@ genfscon sysfs /devices/platform/acpm_stats
|
|||
|
||||
genfscon sysfs /devices/platform/10d40000.spi/spi_master u:object_r:sysfs_spi:s0
|
||||
|
||||
# Exynos
|
||||
genfscon sysfs /devices/platform/exynos-bts u:object_r:sysfs_exynos_bts:s0
|
||||
genfscon sysfs /devices/platform/exynos-bts/bts_stats u:object_r:sysfs_exynos_bts_stats:s0
|
||||
|
||||
# CPU
|
||||
genfscon sysfs /devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/time_in_state u:object_r:sysfs_cpu:s0
|
||||
genfscon sysfs /devices/platform/cpupm/cpupm/time_in_state u:object_r:sysfs_cpu:s0
|
||||
genfscon sysfs /devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/time_in_state u:object_r:sysfs_cpu:s0
|
||||
genfscon sysfs /devices/platform/17000020.devfreq_int/devfreq/17000020.devfreq_int/time_in_state u:object_r:sysfs_cpu:s0
|
||||
genfscon sysfs /devices/platform/17000040.devfreq_disp/devfreq/17000040.devfreq_disp/time_in_state u:object_r:sysfs_cpu:s0
|
||||
genfscon sysfs /devices/platform/17000050.devfreq_cam/devfreq/17000050.devfreq_cam/time_in_state u:object_r:sysfs_cpu:s0
|
||||
genfscon sysfs /devices/platform/1c500000.mali/time_in_state u:object_r:sysfs_cpu:s0
|
||||
genfscon sysfs /devices/platform/1c500000.mali/uid_time_in_state u:object_r:sysfs_cpu:s0
|
||||
genfscon sysfs /devices/platform/17000080.devfreq_bo/devfreq/17000080.devfreq_bo/time_in_state u:object_r:sysfs_cpu:s0
|
||||
genfscon sysfs /devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/time_in_state u:object_r:sysfs_cpu:s0
|
||||
genfscon sysfs /devices/platform/17000070.devfreq_mfc/devfreq/17000070.devfreq_mfc/time_in_state u:object_r:sysfs_cpu:s0
|
||||
|
||||
genfscon sysfs /devices/system/chip-id/unique_id u:object_r:sysfs_soc:s0
|
||||
genfscon sysfs /devices/soc0/machine u:object_r:sysfs_soc:s0
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
allow hal_dumpstate_default sysfs_exynos_bts:dir search;
|
||||
allow hal_dumpstate_default sysfs_exynos_bts_stats:file r_file_perms;
|
||||
|
||||
allow hal_dumpstate_default sysfs_bcmdhd:dir search;
|
||||
allow hal_dumpstate_default sysfs_bcmdhd:file r_file_perms;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue