/etc/rc.d/sysctl
startup script.
The state to be set is described using a ``Management Information Base'' (``MIB'') style name. The MIB and value must be separated by `=' with no whitespace, for example:
name=
value
Blank lines, lines with just name, and comments (beginning with `#') are ignored. Line continuations using backslash `\' are permitted. Only integral and string values can be set.
/etc/sysctl.conf
/etc
.
/etc/sysctl.conf
file:
# Run Veriexec in IDS mode
kern.veriexec.strict=1
# Enable IP packet forwarding
net.inet.ip.forwarding=1
# Change max open files
kern.maxfiles=1792