From cde76237960616638e82b6202ecee6e30795506d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 13 Jul 1996 22:24:28 +0000 Subject: [PATCH] root may now run ALL as ALL --- sudoers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudoers b/sudoers index 1bc0a2081..ca2aed24d 100644 --- a/sudoers +++ b/sudoers @@ -12,4 +12,4 @@ # Cmnd alias specification # User privilege specification -root ALL=ALL +root ALL=(ALL) ALL -- 2.40.0