Home
last modified time | relevance | path

Searched refs:tcpd_proc_name (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Dinetcf.c167 char *tcpd_proc_name = (arg0[0] == '/' ? base_name(arg0) : arg0); in inet_chk() local
190 if (STR_EQ(tcpd_proc_name, "rexd") || STR_EQ(tcpd_proc_name, "rpc.rexd")) in inet_chk()
191 tcpd_warn("%s may be an insecure service", tcpd_proc_name); in inet_chk()
198 if (STR_EQ(tcpd_proc_name, "tcpd")) in inet_chk()
199 tcpd_warn("%s is recursively calling itself", tcpd_proc_name); in inet_chk()
213 if (arg0[0] == '/' && STR_EQ(tcpd_proc_name, base_name(arg1))) in inet_chk()
265 tcpd_warn("%s: cannot wrap rpc/tcp services", tcpd_proc_name); in inet_chk()
267 inet_set(tcpd_proc_name, wrap_status); in inet_chk()