hosts.allow and hosts.deny missing in Ubuntu Feisty

Strange I’d not noticed this before, but /etc/hosts.allow and /etc/hosts.deny are missing on my Feisty laptop and a basic install of Edgy server that I’m running.

Turns out that they’re missing due to bug in netbase which removed a dependency on tcpd (which in turn installs hosts.allow and hosts.deny).

To get the files back simply sudo apt-get install tcpd

This bug is fixed in Gutsy.

Posted by Chris

Post to del.icio.us Post to del.icio.us

Post to Slashdot Post to Slashdot

Digg this Digg this

This entry was posted on Saturday, June 23rd, 2007 at 11:53 am and is filed under . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to “hosts.allow and hosts.deny missing in Ubuntu Feisty”

  1. er me Says:

    uh its left out cos its legacy and you shouldnt use it for security. there are better methods.

  2. Chris Says:

    Well it was related to a bug which is now fixed - Bug 108379

    I don’t think that these files where left out on purpose….

Leave a Reply