Move recovery.te to device/google/gs-common/dauntless/sepolicy am: 2a5c26c9b4
am: 457cf699d8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/22791802 Change-Id: Id9637e504519b1c750e63a2ec64aabee8910567d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cc7c5c6395
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
')
|
')
|
||||||
|
|
|
@ -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;
|
||||||
')
|
')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue