Merge ~bryce/ubuntu/+source/sudo:ubuntu/focal-devel into ubuntu/+source/sudo:ubuntu/focal-devel
Status: | Approved |
---|---|
Approved by: | Bryce Harrington |
Approved revision: | 17c60860104d2fac1de9ce6c418d95eabca84688 |
Proposed branch: | ~bryce/ubuntu/+source/sudo:ubuntu/focal-devel |
Merge into: | ubuntu/+source/sudo:ubuntu/focal-devel |
Diff against target: |
91 lines (+69/-0) 3 files modified
debian/changelog (+11/-0) debian/patches/ignore-rlimit-core-failure.patch (+57/-0) debian/patches/series (+1/-0) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sergio Durigan Junior (community) | Approve | ||
Canonical Server Core Reviewers | Pending | ||
Review via email: mp+387483@code.staging.launchpad.net |
Description of the change
Quells an unnecessary warning when running sudo in a focal lxc container. Fix comes from upstream; I trimmed some debug messaging to get a minimal fix.
SRU: https:/
PPA: https:/
Test Case:
$ lxc launch ubuntu:20.04/amd64 sudo-sru-
$ lxc shell sudo-sru-
# sudo --login --user ubuntu
sudo: setrlimit(
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
$ logout
Install the PPA
# apt-add-repository -yus ppa:bryce/
# apt-get install sudo
# sudo --login --user ubuntu
$
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
I can review this tomorrow morning.