Linux : Call Trace security_ops_task_setrlimit

By | September 26, 2013

Did you noticed the following message booting up CentOS/RHEL 5.9?

You need to implement a remote task_setrlimit in your security module and call it directly from this functionWARNING: at security/security.c:51 security_ops_task_setrlimit()

Call Trace:
[<ffffffff8012f117>] security_ops_task_setrlimit+0x87/0x96
[<ffffffff8009dcd6>] do_prlimit+0xd7/0x1d2
[<ffffffff8009ee1f>] sys_setrlimit+0x36/0x43
[<ffffffff8005d29e>] tracesys+0xd5/0xdf

According to RedHat, this message is harmless and can be safely ignored unless you’re defining your own security modules.