Bug 6320

Summary: tcp_wrappers doesn't like ALL:ALL in hosts.deny with no newline
Product: [Retired] Red Hat Linux Reporter: bopol
Component: tcp_wrappersAssignee: Preston Brown <pbrown>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: tiger
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-10-25 04:29:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description bopol 1999-10-25 04:29:28 UTC
in hosts.deny (i forget if it's the default, or if i added
it myself) i have

ALL:ALL[EOF]

so the line ends with EOF not end of line.  tcpd doesn't
like this and IGNORES it.  in the logs i get:

warning: /etc/hosts.deny, line 9: missing newline or line
too long

but then tcpd allows the connection through since it doesn't
think ALL:ALL is a good rule that should be applied.

tcpd should be fixed so that it accepts end of file as end
of a line.

Comment 1 Jeff Johnson 2000-07-27 20:23:08 UTC
tcp_wrappers already has a well defined parser, fix your file rather than the
program.