# Kernel sysctl configuration file for Vine Linux/ppc # # For binary values, 0 is disabled, 1 is enabled. See sysctl(8) for # more details. # Controls IP packet forwarding net.ipv4.ip_forward = 0 # Controls source route verification net.ipv4.conf.default.rp_filter = 1 # Do not accept source routing net.ipv4.conf.default.accept_source_route = 0 # Controls the System Request debugging functionality of the kernel kernel.sysrq = 0 # SYN flood protection (not enabled by default) net.ipv4.tcp_syncookies = 1 # Controls whether core dumps will append the PID to the core filename. # Useful for debugging multi-threaded applications. kernel.core_uses_pid = 1 # Controls mouse-key emulation feature # (most pmacs have one-button mouse by default) dev.mac_hid.mouse_button_emulation = 1 # Set the middle/right button emulation keycode # Below we set F11 and F12 for middle and right mouse buttons respectively # (note that you have to use values as seen in ) dev.mac_hid.mouse_button2_keycode = 87 dev.mac_hid.mouse_button3_keycode = 88