mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
Since sudo 1.8.28, every sudo started printing out a warning like `/etc/environment: No such file or directory`, when `/etc/environment` does not exist. Also sudo <= 1.8.30 is affected by a pwfeedback vulnerability, CVE-2019-18634. https://seclists.org/oss-sec/2020/q1/48 Update sudo to 1.8.31 from upstream Gentoo, to resolve the issues. See also https://bugs.gentoo.org/698946.