commit 2c1657c4d6af20939562252b74312efe3d34ec90 parent efb1ef30b96b7553f93d274afdf8bc605f75be59 Author: Matthew Carlson <matt@mcarlson.xyz> Date: Tue, 24 Aug 2021 00:14:21 -0400 added sudoers b/c some commands rely on it Diffstat:
A | etc/sudoers | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/etc/sudoers b/etc/sudoers @@ -0,0 +1,4 @@ +root ALL=(ALL) ALL +mc ALL=(ALL) ALL + +@includedir /etc/sudoers.d