sepolicy: gs101: allow fastbootd to access gsc device node
avc: denied { getattr } for pid=469 comm="fastbootd" path="/dev/gsc0" dev="tmpfs" ino=470 scontext=u:r:fastbootd:s0 tcontext=u:object_r:citadel_device:s0 tclass=chr_file permissive=0 Bug: 248301125 Change-Id: Ic1aec8874636437b9b8d795b46fae72fa8533302 Signed-off-by: Chungjui Fan <chungjuifan@google.com>
This commit is contained in:
parent
d255ed1576
commit
8d802db37a
1 changed files with 1 additions and 0 deletions
1
whitechapel/vendor/google/fastbootd.te
vendored
1
whitechapel/vendor/google/fastbootd.te
vendored
|
@ -5,4 +5,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 custom_ab_block_device:blk_file rw_file_perms;
|
allow fastbootd custom_ab_block_device:blk_file rw_file_perms;
|
||||||
|
allow fastbootd citadel_device:chr_file rw_file_perms;
|
||||||
')
|
')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue