From 304509819e650f5d01579ba042786d20ebd5bcc2 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Mon, 28 Nov 2022 14:14:42 +0800 Subject: [PATCH] move touch dump to gs-common Bug: 256521567 Test: adb bugreport Change-Id: I198c227508606baf434de456f80477ce6bebcede --- whitechapel_pro/file.te | 1 - whitechapel_pro/hal_dumpstate_default.te | 3 --- 2 files changed, 4 deletions(-) diff --git a/whitechapel_pro/file.te b/whitechapel_pro/file.te index b7495d67..9281a8b2 100644 --- a/whitechapel_pro/file.te +++ b/whitechapel_pro/file.te @@ -43,7 +43,6 @@ type sysfs_acpm_stats, sysfs_type, fs_type; type sysfs_wifi, sysfs_type, fs_type; type sysfs_exynos_bts, sysfs_type, fs_type; type sysfs_exynos_bts_stats, sysfs_type, fs_type; -type sysfs_touch, sysfs_type, fs_type; type sysfs_bcmdhd, sysfs_type, fs_type; type sysfs_wlc, sysfs_type, fs_type; type sysfs_chargelevel, sysfs_type, fs_type; diff --git a/whitechapel_pro/hal_dumpstate_default.te b/whitechapel_pro/hal_dumpstate_default.te index 3337e35e..2f7e1d91 100644 --- a/whitechapel_pro/hal_dumpstate_default.te +++ b/whitechapel_pro/hal_dumpstate_default.te @@ -48,9 +48,6 @@ allow hal_dumpstate_default logbuffer_device:chr_file r_file_perms; allow hal_dumpstate_default proc_f2fs:dir r_dir_perms; allow hal_dumpstate_default proc_f2fs:file r_file_perms; -allow hal_dumpstate_default sysfs_touch:dir r_dir_perms; -allow hal_dumpstate_default sysfs_touch:file rw_file_perms; - allow hal_dumpstate_default vendor_displaycolor_service:service_manager find; binder_call(hal_dumpstate_default, hal_graphics_composer_default); allow hal_dumpstate_default sysfs_display:dir r_dir_perms;