From 455201b20dd64b7ab89b277c7ab0e43f9080eafa Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Tue, 4 Oct 2022 13:01:37 +0800 Subject: [PATCH] move soc dump to gs-common Bug: 248428203 Test: adb bugreport Change-Id: I225029624d4bd254dee3997b80ff322bacd07b23 --- whitechapel_pro/genfs_contexts | 6 ------ whitechapel_pro/hal_dumpstate_default.te | 2 -- 2 files changed, 8 deletions(-) diff --git a/whitechapel_pro/genfs_contexts b/whitechapel_pro/genfs_contexts index b05283e6..24c60704 100644 --- a/whitechapel_pro/genfs_contexts +++ b/whitechapel_pro/genfs_contexts @@ -4,12 +4,6 @@ genfscon sysfs /devices/platform/exynos-bts/bts_stats u genfscon sysfs /firmware/devicetree/base/chosen u:object_r:sysfs_chosen:s0 genfscon sysfs /devices/virtual/pmic/mitigation u:object_r:sysfs_bcl:s0 -genfscon sysfs /devices/system/chip-id/ap_hw_tune_str u:object_r:sysfs_chip_id:s0 -genfscon sysfs /devices/system/chip-id/evt_ver u:object_r:sysfs_chip_id:s0 -genfscon sysfs /devices/system/chip-id/lot_id u:object_r:sysfs_chip_id:s0 -genfscon sysfs /devices/system/chip-id/product_id u:object_r:sysfs_chip_id:s0 -genfscon sysfs /devices/system/chip-id/revision u:object_r:sysfs_chip_id:s0 -genfscon sysfs /devices/system/chip-id/raw_str u:object_r:sysfs_chip_id:s0 # CPU genfscon sysfs /devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/time_in_state u:object_r:sysfs_cpu:s0 diff --git a/whitechapel_pro/hal_dumpstate_default.te b/whitechapel_pro/hal_dumpstate_default.te index 184b43ae..f01a4e6d 100644 --- a/whitechapel_pro/hal_dumpstate_default.te +++ b/whitechapel_pro/hal_dumpstate_default.te @@ -20,8 +20,6 @@ allow hal_dumpstate_default vendor_hwc_log_file:file r_file_perms; allow hal_dumpstate_default vendor_gps_file:dir r_dir_perms; allow hal_dumpstate_default vendor_gps_file:file r_file_perms; -allow hal_dumpstate_default sysfs_chip_id:file r_file_perms; - allow hal_dumpstate_default sysfs_wlc:dir r_dir_perms; allow hal_dumpstate_default sysfs_wlc:file r_file_perms;