diff options
Diffstat (limited to 'etc/sysctl.conf')
-rw-r--r-- | etc/sysctl.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 398ce27..b4b4dde 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -4,3 +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. +#security.bsd.see_other_uids=0 |