From 2d49fb598ef459896ec2ad4bb9afce40c76250ad Mon Sep 17 00:00:00 2001 From: wosch Date: Tue, 2 Jul 1996 23:18:38 +0000 Subject: Document that suid wrapper like suidperl(1) break option 'nosuid'. --- sbin/mount/mount.8 | 4 ++++ sbin/mount_ifs/mount.8 | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'sbin') 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 ; -- cgit v1.1