Alex Klyubin | d833f6b | 2017-02-06 15:00:23 -0800 | [diff] [blame] | 1 | # mdns daemon |
| 2 | |
Alex Klyubin | f5446eb | 2017-03-23 14:27:32 -0700 | [diff] [blame] | 3 | typeattribute mdnsd coredomain; |
Alex Klyubin | d833f6b | 2017-02-06 15:00:23 -0800 | [diff] [blame] | 4 | typeattribute mdnsd mlstrustedsubject; |
| 5 | |
Nick Kralevich | 5e37271 | 2018-09-27 10:21:37 -0700 | [diff] [blame] | 6 | type mdnsd_exec, system_file_type, exec_type, file_type; |
dcashman | cc39f63 | 2016-07-22 13:13:11 -0700 | [diff] [blame] | 7 | init_daemon_domain(mdnsd) |
Alex Klyubin | d833f6b | 2017-02-06 15:00:23 -0800 | [diff] [blame] | 8 | |
| 9 | net_domain(mdnsd) |
| 10 | |
| 11 | # Read from /proc/net |
Jeff Vander Stoep | 7a4af30 | 2018-04-10 12:47:48 -0700 | [diff] [blame] | 12 | r_dir_file(mdnsd, proc_net_type) |