diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2005-03-23 04:17:48 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2005-03-23 04:17:48 +0000 |
| commit | 18a3dd1e341dd9c5380a22bf45564e4e2878685b (patch) | |
| tree | 201268b0f935c450a1cf7eb52f4c1caa14da282a /sbin | |
| parent | 0cdbdea6e4d2232d745cfc74c001f257f1d28b7e (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/mount/mount.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index afefb25d4d29..6ce3d925a543 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -181,6 +181,11 @@ Disable write clustering. Do not allow execution of any binaries on the mounted file system. This option is useful for a server that has file systems containing binaries for architectures other than its own. +Note: This option was not designed as a security feature and no +guarantee is made that it will prevent malicious code execution; for +example, it is still possible to execute scripts which reside on a +.Cm noexec +mounted partition. .It Cm 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 |
