diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-07-02 23:18:38 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-07-02 23:18:38 +0000 |
| commit | b23472acb2d6548824a05f84d1513daa94ffb465 (patch) | |
| tree | df3aa7d88c00f4b97789a0afac505895c9cd90c8 | |
| parent | f50830ff75d52c6ff9604c07ce47fcd50a5a2f81 (diff) | |
Notes
| -rw-r--r-- | sbin/mount/mount.8 | 4 | ||||
| -rw-r--r-- | sbin/mount_ifs/mount.8 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 53c211c2c5c9..b141b751836c 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 53c211c2c5c9..b141b751836c 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 ; |
