diff options
author | wosch <wosch@FreeBSD.org> | 1996-07-02 23:18:38 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-07-02 23:18:38 +0000 |
commit | 2d49fb598ef459896ec2ad4bb9afce40c76250ad (patch) | |
tree | df3aa7d88c00f4b97789a0afac505895c9cd90c8 /sbin | |
parent | 84ce50413d576efb5789bac1a539936adf4a0dbd (diff) | |
download | FreeBSD-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.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 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 ; |