Let the DICE HAL getattr the device node

Make sure all the permissions are granted to let the HAL do its work
properly.

Bug: 214231981
Test: atest MicrodroidTestApp
Change-Id: I54c633b8163ea313c87856fb0513074a76ac86a1
This commit is contained in:
Andrew Scull 2022-02-17 12:35:22 +00:00
parent 8e6b55a13d
commit 9738638c03

View file

@ -7,4 +7,4 @@ init_daemon_domain(hal_dice_default)
# hal_dice_default is using bootstrap bionic
use_bootstrap_libs(hal_dice_default)
allow hal_dice_default open_dice_device:chr_file { read write open map };
allow hal_dice_default open_dice_device:chr_file rw_file_perms;