From cefbf035b49eb0d6a8b2bdb805e9577003421216 Mon Sep 17 00:00:00 2001 From: Vincent BENOIT Date: Fri, 23 Dec 2022 11:49:32 +0100 Subject: [PATCH] suppression du groupe sudo dans le fichier sudoers --- recipes-extended/sudo/files/sudoers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/sudo/files/sudoers b/recipes-extended/sudo/files/sudoers index 36263cc..0fffbec 100644 --- a/recipes-extended/sudo/files/sudoers +++ b/recipes-extended/sudo/files/sudoers @@ -89,7 +89,7 @@ root ALL=(ALL:ALL) ALL # %wheel ALL=(ALL:ALL) NOPASSWD: ALL ## Uncomment to allow members of group sudo to execute any command -%sudo ALL=(ALL:ALL) ALL +#%sudo ALL=(ALL:ALL) ALL %pi ALL=NOPASSWD: SYSMGT ## Uncomment to allow any user to run sudo if they know the password