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: I4234b878168d327657f3114bf96da9e6f056334e
This commit is contained in:
Chungjui Fan 2022-03-14 05:17:37 +00:00 committed by Automerger Merge Worker
commit a0f0f1e049

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;
')