Merge "Add permissions for microdroid vold and keymint"

This commit is contained in:
Treehugger Robot 2021-06-02 13:13:21 +00:00 committed by Gerrit Code Review
commit bab54f92e3

View file

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