Wei Wang | be134eb | 2023-02-16 20:00:58 -0800 | [diff] [blame] | 1 | # sendhint vendor |
2 | type sendhint_vendor, domain; | ||||
3 | |||||
4 | type sendhint_vendor_exec, exec_type, vendor_file_type, file_type; | ||||
5 | init_daemon_domain(sendhint_vendor) | ||||
6 | hal_client_domain(sendhint_vendor, hal_power); | ||||
7 | # sendhint writes directly to kmsg during the boot process | ||||
8 | allow sendhint_vendor kmsg_device:chr_file { getattr w_file_perms }; |