You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
463 B
11 lines
463 B
type hal_rebootescrow_default, domain;
|
|
hal_server_domain(hal_rebootescrow_default, hal_rebootescrow)
|
|
get_prop(hal_rebootescrow_default, rebootescrow_hal_prop);
|
|
|
|
type hal_rebootescrow_default_exec, exec_type, vendor_file_type, file_type;
|
|
init_daemon_domain(hal_rebootescrow_default)
|
|
|
|
type rebootescrow_device, dev_type;
|
|
allow hal_rebootescrow_default rebootescrow_device:{ chr_file blk_file } rw_file_perms;
|
|
allow hal_rebootescrow_default block_device:dir search;
|