diff --git a/Python/etc/sudoers b/Python/etc/sudoers index d2dd697..4b5ecbb 100644 --- a/Python/etc/sudoers +++ b/Python/etc/sudoers @@ -20,12 +20,18 @@ if has("users"): @User_Alias BUREAU= %bureau @Runas_Alias USERS= %users +elif has("2B"): + @User_Alias RESPBATS= %respbats + @# Cmnd alias specification @# User privilege specification @root ALL=(ALL) ALL @NOUNOUS ALL=(ALL) ALL +if has("2B"): + @RESPBATS ALL=(respbats) NOPASSWD: /usr/scripts/gestion/tools/who2b.py + if has("users"): @# Les modérateurs ont le whos @MODEROS ALL=(respbats) /usr/scripts/gestion/whos.py