1# sendhint vendor
2type sendhint_vendor, domain;
3
4type sendhint_vendor_exec, exec_type, vendor_file_type, file_type;
5init_daemon_domain(sendhint_vendor)
6hal_client_domain(sendhint_vendor, hal_power);
7# sendhint writes directly to kmsg during the boot process
8allow sendhint_vendor kmsg_device:chr_file { getattr w_file_perms };
9