Yakun Xu | 07429e3 | 2023-06-02 03:36:01 +0000 | [diff] [blame] | 1 | # |
2 | # ot_ctl is the commandline tool for controling the native Thread network daemon (ot_daemon). | ||||
3 | # | ||||
4 | |||||
5 | type ot_ctl, domain, coredomain; | ||||
6 | type ot_ctl_exec, exec_type, system_file_type, file_type; | ||||
7 | |||||
8 | init_daemon_domain(ot_ctl) | ||||
9 | |||||
10 | # Allow the ot_ctl to read/write the socket file. | ||||
11 | allow ot_ctl threadnetwork_data_file:sock_file {read write}; |