blob: 943f9794cf451c3e7317c5c3c15e3ff54b20c985 [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
Jeff Vander Stoep7a4af302018-04-10 12:47:48 -070012r_dir_file(mdnsd, proc_net_type)