From 2a5c26c9b4ed5abc3b6cb6d0e3e567b235c4ad13 Mon Sep 17 00:00:00 2001 From: Joseph Jang Date: Mon, 24 Apr 2023 08:03:30 +0000 Subject: [PATCH] Move recovery.te to device/google/gs-common/dauntless/sepolicy Bug: 279381809 Change-Id: I80fbd9ef0c7e988de21d07ada57fc6a038b9b585 --- whitechapel_pro/fastbootd.te | 1 - whitechapel_pro/recovery.te | 1 - 2 files changed, 2 deletions(-) diff --git a/whitechapel_pro/fastbootd.te b/whitechapel_pro/fastbootd.te index 5945ef24..e7909d26 100644 --- a/whitechapel_pro/fastbootd.te +++ b/whitechapel_pro/fastbootd.te @@ -3,6 +3,5 @@ recovery_only(` 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 citadel_device:chr_file rw_file_perms; allow fastbootd st54spi_device:chr_file rw_file_perms; ') diff --git a/whitechapel_pro/recovery.te b/whitechapel_pro/recovery.te index a498af07..1974ebb1 100644 --- a/whitechapel_pro/recovery.te +++ b/whitechapel_pro/recovery.te @@ -1,5 +1,4 @@ recovery_only(` allow recovery sysfs_ota:file rw_file_perms; - allow recovery citadel_device:chr_file rw_file_perms; allow recovery st54spi_device:chr_file rw_file_perms; ')