The install instructions for tcp_wrappers indicates you need to
adjust the inetd.d files (and xinetd.d files) to call tcpd and pass
the actual inet server as an argument. For example:
change
server = /usr/sbin/in.tftpd
to
server = /usr/sbin/tcpd in.tftpd
However, when xinetd s
When I create a new user
# useradd -m
the user's home directory is created with a bad set of permissions.
(drwxr-xr-x) Where do I set the default permissions for home
directories? I'd prefer 700 (wrx--) for the home directories.
- Joe
--
http://linuxfromscratch.org/mailman/listinfo/bl