Revision 1108,
637 bytes
checked in by daisuke, 13 years ago
(diff) |
import initscripts-8.90.6 from internal cvs repository
|
Line | |
---|
1 | # Kernel sysctl configuration file for Vine Linux/sparc |
---|
2 | # |
---|
3 | # For binary values, 0 is disabled, 1 is enabled. See sysctl(8) for |
---|
4 | # more details. |
---|
5 | |
---|
6 | # Controls IP packet forwarding |
---|
7 | net.ipv4.ip_forward = 0 |
---|
8 | |
---|
9 | # Controls source route verification |
---|
10 | net.ipv4.conf.default.rp_filter = 1 |
---|
11 | |
---|
12 | # Controls the System Request debugging functionality of the kernel |
---|
13 | kernel.sysrq = 0 |
---|
14 | |
---|
15 | # SYN flood protection (not enabled by default) |
---|
16 | net.ipv4.tcp_syncookies = 1 |
---|
17 | |
---|
18 | # Controls whether core dumps will append the PID to the core filename. |
---|
19 | # Useful for debugging multi-threaded applications. |
---|
20 | kernel.core_uses_pid = 1 |
---|
21 | |
---|
22 | # Disables stop-a on the sparc |
---|
23 | kernel.stop-a = 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.