Module Name: src
Committed By: snj
Date: Tue Mar 31 23:28:52 UTC 2009
Modified Files:
src/distrib/notes/common [netbsd-5]: main
Log Message:
Pull up following revision(s) (requested by apb in ticket #581):
distrib/notes/common/main: revision 1.436
Under "The following issues need to be resolved manually", say that
unprivileged use of mount(8) now needs the nosuid and nodev flags.
To generate a diff of this commit:
cvs rdiff -u -r1.425.2.2 -r1.425.2.3 src/distrib/notes/common/main
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.425.2.2 src/distrib/notes/common/main:1.425.2.3
--- src/distrib/notes/common/main:1.425.2.2 Tue Mar 31 23:27:34 2009
+++ src/distrib/notes/common/main Tue Mar 31 23:28:52 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.425.2.2 2009/03/31 23:27:34 snj Exp $
+.\" $NetBSD: main,v 1.425.2.3 2009/03/31 23:28:52 snj Exp $
.\"
.\" Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1030,6 +1030,16 @@
.Sq _timedc
need to be created.
.It
+Unprivileged use of the
+.Xr mount 8
+command now requires the
+.Ar nosuid
+and
+.Ar nodev
+options to be explicitly specified.
+Previously, these options were automatically enforced even if they
+were not explicitly specified.
+.It
A number of things have been removed from the
.Nx
\*V release.