FS#65713 - [sudo] RLIMIT_CORE Operation not permitted (in container)

Attached to Project: Arch Linux
Opened by bartus (bartoszek) - Thursday, 05 March 2020, 13:23 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 17 March 2020, 06:31 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When calling `sudo` from inside linux container (lxc/docker) this error message is thrown:
```
sudo: setrlimit(RLIMIT_CORE): Operation not permitted
```

Additional info:
* sudo=1.8.31
* the same bug reported on the RedHat bug tracker: https://bugzilla.redhat.com/show_bug.cgi?id=1773148

Steps to reproduce:
lxc-create -n test -d download -- --dist archlinux --release current --arch amd64
lxc-start -F test
sudo su
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Tuesday, 17 March 2020, 06:31 GMT
Reason for closing:  Fixed
Additional comments about closing:  Should be fixed in 1.8.31.p1-1 according to upstream's changelog.

Loading...