Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 1 | # mdns daemon |
2 | |||||
3 | typeattribute mdnsd coredomain; | ||||
4 | typeattribute mdnsd mlstrustedsubject; | ||||
5 | |||||
6 | type mdnsd_exec, system_file_type, exec_type, file_type; | ||||
7 | init_daemon_domain(mdnsd) | ||||
8 | |||||
9 | net_domain(mdnsd) | ||||
10 | |||||
11 | # Read from /proc/net | ||||
12 | r_dir_file(mdnsd, proc_net_type) |