From f15d1599ef63056498e1bce3644c113f6f534fcc Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Wed, 12 Oct 2022 11:31:57 +0800 Subject: [PATCH] remove redundant permission that has moved to gs-common Bug: 248426917 Test: adb bugreport Change-Id: I2b1f26164e9590dadd6eae4c14cb65a1c34197fa --- whitechapel/vendor/google/hal_dumpstate_default.te | 3 --- 1 file changed, 3 deletions(-) diff --git a/whitechapel/vendor/google/hal_dumpstate_default.te b/whitechapel/vendor/google/hal_dumpstate_default.te index ac963609..20981247 100644 --- a/whitechapel/vendor/google/hal_dumpstate_default.te +++ b/whitechapel/vendor/google/hal_dumpstate_default.te @@ -43,9 +43,6 @@ userdebug_or_eng(` allow hal_dumpstate_default sysfs_acpm_stats:dir r_dir_perms; allow hal_dumpstate_default sysfs_acpm_stats:file r_file_perms; -allow hal_dumpstate_default sysfs_aoc:dir r_dir_perms; -allow hal_dumpstate_default sysfs_aoc_dumpstate:file r_file_perms; - allow hal_dumpstate_default sysfs_spi:dir search; allow hal_dumpstate_default sysfs_spi:file rw_file_perms;