Konubinix' opinionated web of thoughts

"Kauditd_printk_skb" in Linux Kernel

Fleeting

Role of “kauditd_printk_skb” in linux kernel

Linux uses this mechanism to throttle the spamming of log events, decreasing the likelihood of a denial-of-service attack

https://stackoverflow.com/questions/54955662/role-of-kauditd-printk-skb-in-linux-kernel

find tune this feature by amending two settings net.core.message_burst and net.core.message_cost.

https://stackoverflow.com/questions/54955662/role-of-kauditd-printk-skb-in-linux-kernel

limit the warning messages written to the kernel log from the networking code. They enforce a rate limit to make a denial-of-service attack impossible

https://stackoverflow.com/questions/54955662/role-of-kauditd-printk-skb-in-linux-kernel