gistfile1.txt
· 455 B · Text
Raw
[swee@oreo ~]$ cat /etc/sysctl.conf
#
# This file is read when going to multi-user and its contents piped thru
# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details.
#
# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0
security.bsd.unprivileged_read_msgbuf=0
security.bsd.unprivileged_proc_debug=0
kern.randompid=1
net.inet.ip.forwarding=1
| 1 | [swee@oreo ~]$ cat /etc/sysctl.conf |
| 2 | # |
| 3 | # This file is read when going to multi-user and its contents piped thru |
| 4 | # ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. |
| 5 | # |
| 6 | |
| 7 | # Uncomment this to prevent users from seeing information about processes that |
| 8 | # are being run under another UID. |
| 9 | #security.bsd.see_other_uids=0 |
| 10 | security.bsd.unprivileged_read_msgbuf=0 |
| 11 | security.bsd.unprivileged_proc_debug=0 |
| 12 | kern.randompid=1 |
| 13 | net.inet.ip.forwarding=1 |