[616] in SIPB_Linux_Development
Re: attach package
daemon@ATHENA.MIT.EDU (Salvatore Valente)
Mon Jul 4 04:09:48 1994
Date: Mon, 4 Jul 1994 04:09:35 -0400
To: jweiss@MIT.EDU
Cc: linux-dev@MIT.EDU
In-Reply-To: "[609] in SIPB_Linux_Development"
From: Salvatore Valente <svalente@MIT.EDU>
> The default attach package does not contain an
> /etc/athena/attach.conf, is this intentional? I would suggest one
> that is a little more secure than the default, but that's just me.
Ok, how's this?
#
# Attach configuration file
#
aklog /bin/athena/aklog
fsck /sbin/fsck
nomountpoint ^/etc ^/afs ^/usr ^/bin ^/sbin
options {nfs}:.* rsize=1024,wsize=1024,soft,intr,nosuid
I've created this file in the source tree in .../linux-athena/attach,
installed it on Keesh, added it to the attach pkg-list, and created a
new attach package.
I have not yet edited the attach Imakefile to install this file, which
possibly should be done, but is not a big deal.
Have a nice day.
-Sal.