[2522] in SIPB_Linux_Development
Re: Linux security one-sheet
daemon@ATHENA.MIT.EDU (Joseph Sokol-Margolis)
Sat Feb 6 12:15:35 1999
Date: Sat, 6 Feb 1999 12:15:21 -0500
From: Joseph Sokol-Margolis <seph@MIT.EDU>
To: Kevin Fu <fubob@MIT.EDU>
Cc: linux-dev@MIT.EDU
In-Reply-To: "[2496] in SIPB_Linux_Development"
> Many linux installations also include an NFS server by default. To
> disable it, you need to move the server binaries so they won't be
> found. Again as root, do the following:
IMO this is better done by changing things in /etc/rc.d.
either by removing the links in /etc/rc.d/rc?.d, or by moving
/etc/rc.d/init.d/foo to /etc/rc.d/init.d/foo.norun.
seph