Merge "Add permissions for microdroid vold and keymint"
This commit is contained in:
commit
bab54f92e3
1 changed files with 5 additions and 0 deletions
|
@ -3,3 +3,8 @@ typeattribute fsck coredomain;
|
|||
init_daemon_domain(fsck)
|
||||
|
||||
allow fsck metadata_block_device:blk_file rw_file_perms;
|
||||
|
||||
# TODO(b/189165759): move this to microdroid specific sepolicy
|
||||
userdebug_or_eng(`
|
||||
allow fsck vd_device:blk_file rw_file_perms;
|
||||
')
|
||||
|
|
Loading…
Reference in a new issue