dnsmasq: watch for new dns resolvers
dnsmasq will watch /etc/resolv.conf for any changes to add new dns servers immediately. Signed-off-by: bauen1 <j2468h@gmail.com>
This commit is contained in:
parent
096b8f59f2
commit
09c028ead9
|
@ -85,6 +85,7 @@ dev_read_urand(dnsmasq_t)
|
|||
domain_use_interactive_fds(dnsmasq_t)
|
||||
|
||||
files_read_etc_runtime_files(dnsmasq_t)
|
||||
files_watch_etc_dirs(dnsmasq_t)
|
||||
|
||||
fs_getattr_all_fs(dnsmasq_t)
|
||||
fs_search_auto_mountpoints(dnsmasq_t)
|
||||
|
|
Loading…
Reference in New Issue