blob: 98e95dab3b8a1e867e0e04a6c16f81050cd33fdd [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
Nick Kralevich5e372712018-09-27 10:21:37 -07006type mdnsd_exec, system_file_type, 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)