2019-12-04 01:55:43 +01:00
|
|
|
type hal_rebootescrow_default, domain;
|
|
|
|
hal_server_domain(hal_rebootescrow_default, hal_rebootescrow)
|
2020-01-25 01:31:58 +01:00
|
|
|
get_prop(hal_rebootescrow_default, rebootescrow_hal_prop);
|
2019-12-04 01:55:43 +01:00
|
|
|
|
|
|
|
type hal_rebootescrow_default_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(hal_rebootescrow_default)
|
2019-12-18 19:38:12 +01:00
|
|
|
|
|
|
|
type rebootescrow_device, dev_type;
|
2020-01-25 01:31:58 +01:00
|
|
|
allow hal_rebootescrow_default rebootescrow_device:{ chr_file blk_file } rw_file_perms;
|
|
|
|
allow hal_rebootescrow_default block_device:dir search;
|