sepolicy: allow fastbootd to access gsc device node am: e02f501377

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17157683

Change-Id: I7a81fba2eb15464614d294d7aaf5e5667b57e665
This commit is contained in:
Chungjui Fan 2022-03-14 05:18:51 +00:00 committed by Automerger Merge Worker
commit b68cbdf4c8

View file

@ -3,4 +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;
')