[1663] in bugtraq
Re: more "mount" grist
daemon@ATHENA.MIT.EDU (mhbraun@MIT.EDU)
Tue May 2 01:09:59 1995
From: mhbraun@MIT.EDU
Date: Mon, 1 May 1995 22:47:27 -0400
To: *Hobbit* <hobbit@avian.org>
Cc: bugtraq@fc.net
In-Reply-To: [1648]
Date: Mon, 1 May 1995 07:26:35 -0400
From: *Hobbit* <hobbit@avian.org>
ultrix 4.x also allows nonroot users to mount NFS filesystems, if I remember
right. Shiver...
_H*
Correct Ultrix allows users to mount NFS filesystems (without setuid enabled).
Ultrix does try to do ownerchecking to make sure you are not overmounting
anything that you shouldn't, however atleast under 4.2a it does not check the
owner correctly for a mountpoint that is within AFS.
To disallow mounting by normal users, you can do
kvar -s turn_off_usrmnt -wl -v 1 /vmunix
(see the kvar man page for more details)
Matt