From 5a7fd4f558e868a4215646e06eb72921bf039617 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Mon, 5 Dec 2022 11:11:25 +0800 Subject: [PATCH] remove sysfs_touch setting spi6.0 was other devices' touch setting Bug: 256521567 Test: build pass Change-Id: I96120b4e4930b16dcf5cbc9eba68c6a150ff0306 --- whitechapel/vendor/google/euiccpixel_app.te | 1 - 1 file changed, 1 deletion(-) diff --git a/whitechapel/vendor/google/euiccpixel_app.te b/whitechapel/vendor/google/euiccpixel_app.te index 8763117f..c276cb9b 100644 --- a/whitechapel/vendor/google/euiccpixel_app.te +++ b/whitechapel/vendor/google/euiccpixel_app.te @@ -24,6 +24,5 @@ userdebug_or_eng(` allow euiccpixel_app sysfs_st33spi:dir search; allow euiccpixel_app sysfs_st33spi:file rw_file_perms; - allow euiccpixel_app sysfs_touch:dir search; ')