Apparently since version 1.8.29, sudo started outputting this warning in Linux rootless containers:
$ sudo hello > /dev/null
sudo: setrlimit(RLIMIT_CORE): Operation not permitted
which is quite annoying. This is with sudo-1.9.0b1.
(There are quite a lot of reports of this.)
Can something be done to alleviate it?