cgwalters / coretoolbox

"pet container" tool using podman
Apache License 2.0
24 stars 6 forks source link

Make sure /etc/sudoers.d file is not writeable #11

Closed trown closed 4 years ago

trown commented 4 years ago

Without explicitly setting the permissions to readonly on this file, sudoers refuses to read it as world writeable. This leads to sudo not actually working inside the toolbox container.

cgwalters commented 4 years ago

OK so I actually just now hit this myself locally with a build before this PR; thank you for fixing this!