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