Merge "Make the DICE HAL a bootstrap process"

This commit is contained in:
Andrew Scull 2022-01-24 14:33:31 +00:00 committed by Gerrit Code Review
commit 9d34085078

View file

@ -3,3 +3,7 @@ hal_server_domain(hal_dice_default, hal_dice)
type hal_dice_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_dice_default)
# hal_dice_default is using bootstrap bionic
allow hal_dice_default system_bootstrap_lib_file:dir r_dir_perms;
allow hal_dice_default system_bootstrap_lib_file:file { execute read open getattr map };