dck: allow st54spi devivce to be accessed by recovery and fastbootd am: a658683689
am: 686c24a38f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/19754910 Change-Id: I3596188e79329c44a1ba1dd920b649b7f090915c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b93bd33e4a
2 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,5 @@ 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 citadel_device:chr_file rw_file_perms;
|
||||||
|
allow fastbootd st54spi_device:chr_file rw_file_perms;
|
||||||
')
|
')
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
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 citadel_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