Last DDoS on my server caused me to think about security. Flooding my server caused out-of-memory and mysqld was killed. I thought it's good to prevent killing processes in random way, especially sshd. When you have remote machine and kernel will decide to kill sshd you lost last way to do something. Attached files contain config file for sshd initscript with parameter that allows user to enable or disable passing variable that disables oom-killer to /proc/SSHD_PID/oom_adj and modified initscript. Reproducible: Sometimes
Created attachment 107765 [details] /etc/conf.d/sshd
Created attachment 107766 [details] /etc/init.d/sshd
Please, stop attaching these bogus references to third-party pages. Reopen once you've attached the real thing.
Created attachment 107928 [details] /etc/conf.d/sshd
Created attachment 107930 [details] /etc/init.d/sshd
Sorry, my fault.
not terribly interested in including this ...