Strlimit(Rlimit_core) - sudo error

 

Encountered a new error while using sudo inside a proxmox container:

 

Googling the error guided me to this website:
https://unix.stackexchange.com/questions/578949/sudo-setrlimitrlimit-core-operation-not-permitted

 

Entering root with sudo -su and executing the next command:

echo "Set disable_coredump false" >> /etc/sudo.conf

 

This fixed the issue