cgwalters / coretoolbox

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

Sudo stopped working inside of toolbox containers #12

Closed trown closed 4 years ago

trown commented 4 years ago

Recently, sudo stopped working inside my toolbox containers. It complains that the sudoers.d file is world writeable. I am not exactly sure of the root cause of this, as it seems to come from somewhere outside of this repo.

This PR resolves the issue for me, but I am not sure if that is the best way to solve it. https://github.com/cgwalters/coretoolbox/pull/11

trown commented 4 years ago

fixed by https://github.com/cgwalters/coretoolbox/pull/11