Comment 15 for bug 1429553

Revision history for this message
krogon-intel (krogon-intel) wrote : Re: Linux security limits are not applied to rabbitmq

Reading description rabbitmq was mentioned only as example. Let me quote: "This affects all services."

Indeed rabbitmq can work in 6.0.1 due to PAM module being included in /etc/pam.d/su but this do not resolve other services which uses sudo.

root@node-157:~# grep -R pam_limits.so /etc/pam.d
/etc/pam.d/cron:session required pam_limits.so
/etc/pam.d/sshd:session required pam_limits.so
/etc/pam.d/login:session required pam_limits.so
/etc/pam.d/su:# session required pam_limits.so