blob: 96259e2986258cd4381fbc117d06e6e91aa99c5f [file] [log] [blame]
Alex Klyubind833f6b2017-02-06 15:00:23 -08001# mdns daemon
2
Alex Klyubinf5446eb2017-03-23 14:27:32 -07003typeattribute mdnsd coredomain;
Alex Klyubind833f6b2017-02-06 15:00:23 -08004typeattribute mdnsd mlstrustedsubject;
5
6type mdnsd_exec, exec_type, file_type;
dcashmancc39f632016-07-22 13:13:11 -07007init_daemon_domain(mdnsd)
Alex Klyubind833f6b2017-02-06 15:00:23 -08008
9net_domain(mdnsd)
10
11# Read from /proc/net
12r_dir_file(mdnsd, proc_net)