summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mount.2
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1997-11-13 00:28:51 +0000
committerJulian Elischer <julian@FreeBSD.org>1997-11-13 00:28:51 +0000
commit52bf64c7878f577be7fefbf5be4e638977da95e2 (patch)
tree517e71229ad99537fc653a54b10319926fc4f944 /lib/libc/sys/mount.2
parenta272e47d504257bb30e6fe4babcf3e4a9956734f (diff)
Notes
Diffstat (limited to 'lib/libc/sys/mount.2')
-rw-r--r--lib/libc/sys/mount.212
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index d1199c2c5133..25a2d8ce8b7b 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -89,6 +89,8 @@ Do not honor setuid or setgid bits on files when executing them.
Disable update of file access times.
.It Dv MNT_NODEV
Do not interpret special files on the filesystem.
+.It Dv MNT_SUIDDIR
+Directories with the SUID bit set chown new files to their own owner.
.It Dv MNT_SYNCHRONOUS
All I/O to the filesystem should be done synchronously.
.It Dv MNT_ASYNC
@@ -153,6 +155,16 @@ even if files are still active.
Active special devices continue to work,
but any further accesses to any other active files result in errors
even if the filesystem is later remounted.
+.Pp
+The
+.Dv MNT_SUIDDIR
+option requires the SUIDDIR option to have been compiled into the kernel
+to have any effect.
+See the
+.Xr mount 8
+and
+.Xr chmod 2
+pages for more information.
.Sh RETURN VALUES
The
.Fn mount