From: David Herrmann <dh.herrm...@gmail.com> Date: Mon, 17 Jul 2017 11:35:54 +0200
... > With all of this in mind, lets drop the recursion limit. It has no > additional security value, anymore. On the contrary, it randomly > confuses message brokers that try to forward file-descriptors, since > any sendmsg(2) call can fail spuriously with ETOOMANYREFS if a client > maliciously modifies the FD while inflight. > > Cc: Alban Crequy <alban.cre...@collabora.co.uk> > Cc: Simon McVittie <simon.mcvit...@collabora.co.uk> > Signed-off-by: David Herrmann <dh.herrm...@gmail.com> Applied, thanks.