Deleted Added
full compact
hosts.allow (156813) hosts.allow (159140)
1#
2# hosts.allow access control file for "tcp wrapped" applications.
1#
2# hosts.allow access control file for "tcp wrapped" applications.
3# $FreeBSD: head/etc/hosts.allow 156813 2006-03-17 18:54:44Z ru $
3# $FreeBSD: head/etc/hosts.allow 159140 2006-06-01 14:14:58Z csjp $
4#
5# NOTE: The hosts.deny file is deprecated.
6# Place both 'allow' and 'deny' rules in the hosts.allow file.
7# See hosts_options(5) for the format of this file.
8# hosts_access(5) no longer fully applies.
9
10# _____ _ _
11# | ____| __ __ __ _ _ __ ___ _ __ | | ___ | |

--- 49 unchanged lines hidden (view full) ---

61
62# Rpcbind is used for all RPC services; protect your NFS!
63# (IP addresses rather than hostnames *MUST* be used here)
64rpcbind : 192.0.2.32/255.255.255.224 : allow
65rpcbind : 192.0.2.96/255.255.255.224 : allow
66rpcbind : ALL : deny
67
68# NIS master server. Only local nets should have access
4#
5# NOTE: The hosts.deny file is deprecated.
6# Place both 'allow' and 'deny' rules in the hosts.allow file.
7# See hosts_options(5) for the format of this file.
8# hosts_access(5) no longer fully applies.
9
10# _____ _ _
11# | ____| __ __ __ _ _ __ ___ _ __ | | ___ | |

--- 49 unchanged lines hidden (view full) ---

61
62# Rpcbind is used for all RPC services; protect your NFS!
63# (IP addresses rather than hostnames *MUST* be used here)
64rpcbind : 192.0.2.32/255.255.255.224 : allow
65rpcbind : 192.0.2.96/255.255.255.224 : allow
66rpcbind : ALL : deny
67
68# NIS master server. Only local nets should have access
69# (Since this is an RPC service, rpcbind needs to be considered)
69ypserv : localhost : allow
70ypserv : .unsafe.my.net.example.com : deny
71ypserv : .my.net.example.com : allow
72ypserv : ALL : deny
73
74# Provide a small amount of protection for ftpd
75ftpd : localhost : allow
76ftpd : .nice.guy.example.com : allow

--- 14 unchanged lines hidden ---
70ypserv : localhost : allow
71ypserv : .unsafe.my.net.example.com : deny
72ypserv : .my.net.example.com : allow
73ypserv : ALL : deny
74
75# Provide a small amount of protection for ftpd
76ftpd : localhost : allow
77ftpd : .nice.guy.example.com : allow

--- 14 unchanged lines hidden ---