2022-01-12 17:37:00 +01:00
|
|
|
type hal_dice_default, domain;
|
|
|
|
hal_server_domain(hal_dice_default, hal_dice)
|
|
|
|
|
2022-02-14 15:33:37 +01:00
|
|
|
# Block crash dumps to ensure the DICE secrets are not leaked.
|
|
|
|
typeattribute hal_dice_default no_crash_dump_domain;
|
|
|
|
|
2022-01-12 17:37:00 +01:00
|
|
|
type hal_dice_default_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(hal_dice_default)
|
2022-01-21 19:19:21 +01:00
|
|
|
|
|
|
|
# hal_dice_default is using bootstrap bionic
|
2022-01-23 15:55:41 +01:00
|
|
|
use_bootstrap_libs(hal_dice_default)
|
2022-01-24 21:27:49 +01:00
|
|
|
|
2022-03-14 12:36:11 +01:00
|
|
|
allow hal_dice_default sysfs_dt_avf:file r_file_perms;
|
2022-02-17 13:35:22 +01:00
|
|
|
allow hal_dice_default open_dice_device:chr_file rw_file_perms;
|