summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-07-02 23:18:38 +0000
committerwosch <wosch@FreeBSD.org>1996-07-02 23:18:38 +0000
commit2d49fb598ef459896ec2ad4bb9afce40c76250ad (patch)
treedf3aa7d88c00f4b97789a0afac505895c9cd90c8 /sbin
parent84ce50413d576efb5789bac1a539936adf4a0dbd (diff)
downloadFreeBSD-src-2d49fb598ef459896ec2ad4bb9afce40c76250ad.zip
FreeBSD-src-2d49fb598ef459896ec2ad4bb9afce40c76250ad.tar.gz
Document that suid wrapper like suidperl(1) break option 'nosuid'.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount/mount.84
-rw-r--r--sbin/mount_ifs/mount.84
2 files changed, 8 insertions, 0 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 53c211c..b141b75 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -123,6 +123,10 @@ This option is useful for a server that has file systems containing
binaries for architectures other than its own.
.It nosuid
Do not allow set-user-identifier or set-group-identifier bits to take effect.
+Note: this option is worthless if a public available suid or sgid
+wrapper like
+.Xr suidperl
+is installed on your system.
.It rdonly
The same as
.Fl r ;
diff --git a/sbin/mount_ifs/mount.8 b/sbin/mount_ifs/mount.8
index 53c211c..b141b75 100644
--- a/sbin/mount_ifs/mount.8
+++ b/sbin/mount_ifs/mount.8
@@ -123,6 +123,10 @@ This option is useful for a server that has file systems containing
binaries for architectures other than its own.
.It nosuid
Do not allow set-user-identifier or set-group-identifier bits to take effect.
+Note: this option is worthless if a public available suid or sgid
+wrapper like
+.Xr suidperl
+is installed on your system.
.It rdonly
The same as
.Fl r ;
OpenPOWER on IntegriCloud