diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2003-03-13 18:43:50 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2003-03-13 18:43:50 +0000 |
| commit | 36aca8d5b7f336e19e994849dbfd2acee8b366ae (patch) | |
| tree | d5bcfee749682c0522e9ae3ce6ae06e8f4e84813 | |
| parent | 75768576cca9653b0748032d47eb6a106eb04cd8 (diff) | |
Notes
| -rw-r--r-- | etc/sysctl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index b4b4ddef4091..0c9e796a7ac8 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -4,6 +4,6 @@ # ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. # -# Uncomment this to allow users to only see information about processes that -# are being run under an equivalent UID. +# Uncomment this to prevent users from seeing information about processes that +# are being run under another UID. #security.bsd.see_other_uids=0 |
