Move recovery.te to device/google/gs-common/dauntless/sepolicy

Bug: 279381809
Change-Id: I80fbd9ef0c7e988de21d07ada57fc6a038b9b585
This commit is contained in:
Joseph Jang 2023-04-24 08:03:30 +00:00
parent 0f6b14dc95
commit 2a5c26c9b4
2 changed files with 0 additions and 2 deletions

View file

@ -3,6 +3,5 @@ recovery_only(`
allow fastbootd devinfo_block_device:blk_file rw_file_perms; allow fastbootd devinfo_block_device:blk_file rw_file_perms;
allow fastbootd sda_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 sysfs_ota:file rw_file_perms;
allow fastbootd citadel_device:chr_file rw_file_perms;
allow fastbootd st54spi_device:chr_file rw_file_perms; allow fastbootd st54spi_device:chr_file rw_file_perms;
') ')

View file

@ -1,5 +1,4 @@
recovery_only(` recovery_only(`
allow recovery sysfs_ota:file rw_file_perms; 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; allow recovery st54spi_device:chr_file rw_file_perms;
') ')