From ac6f4e0d00b5c42b007ea996873155cd13c583a0 Mon Sep 17 00:00:00 2001 From: Joseph Jang Date: Mon, 24 Apr 2023 08:09:23 +0000 Subject: [PATCH] Move recovery.te to device/google/gs-common/dauntless/sepolicy Bug: 279381809 Change-Id: If41449f97e729053caa98930cc7f2ef9fd6d844e --- whitechapel/vendor/google/fastbootd.te | 1 - 1 file changed, 1 deletion(-) diff --git a/whitechapel/vendor/google/fastbootd.te b/whitechapel/vendor/google/fastbootd.te index e350e0f3..d6cf7315 100644 --- a/whitechapel/vendor/google/fastbootd.te +++ b/whitechapel/vendor/google/fastbootd.te @@ -5,5 +5,4 @@ allow fastbootd devinfo_block_device:blk_file rw_file_perms; allow fastbootd sda_block_device:blk_file rw_file_perms; allow fastbootd sysfs_ota:file rw_file_perms; allow fastbootd custom_ab_block_device:blk_file rw_file_perms; -allow fastbootd citadel_device:chr_file rw_file_perms; ')