[BACK]Return to sysctl.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/sysctl.conf, Revision 1.11

1.11    ! angelos     1: #      $OpenBSD: sysctl.conf,v 1.10 1999/04/11 19:41:33 niklas Exp $
1.1       deraadt     2: # This files contains a list of sysctl options the user wants set at
                      3: # boot time.
                      4: # ie.
1.5       deraadt     5: #net.inet.ip.forwarding=1      # 1=Permit forwarding (routing) of packets
                      6: #net.inet.tcp.rfc1323=0                # 0=disable TCP RFC1323 extensions (for if tcp is slow)
1.10      niklas      7: #net.inet.esp.enable=1         # 1=Enable the ESP IPSec protocol
                      8: #net.inet.ah.enable=1          # 1=Enable the AH IPSec protocol
1.5       deraadt     9: #ddb.panic=0                   # 0=Do not drop into ddb on a kernel panic
1.8       deraadt    10: #ddb.console=1                 # 1=Permit entry of ddb from the console
1.5       deraadt    11: #fs.posix.setuid=0             # 0=Traditional BSD chown() semantics
1.11    ! angelos    12: #machdep.allowaperture=1       # 1=On i386, permit access to aperture driver for XFree86