Alex Klyubin | d833f6b | 2017-02-06 15:00:23 -0800 | [diff] [blame^] | 1 | # mdns daemon |
2 | |||||
3 | typeattribute mdnsd mlstrustedsubject; | ||||
4 | |||||
5 | type mdnsd_exec, exec_type, file_type; | ||||
dcashman | cc39f63 | 2016-07-22 13:13:11 -0700 | [diff] [blame] | 6 | init_daemon_domain(mdnsd) |
Alex Klyubin | d833f6b | 2017-02-06 15:00:23 -0800 | [diff] [blame^] | 7 | |
8 | net_domain(mdnsd) | ||||
9 | |||||
10 | # Read from /proc/net | ||||
11 | r_dir_file(mdnsd, proc_net) |