Salut,
voilà mon /etc/sudoers, si ça peut t'aider:
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the sudoers man page for the details on how to write a sudoers file.
#
# Host alias specification
# User alias specification
# Cmnd alias specification
Cmnd_Alias CMND_CIVACUVE = /bin/mount, /bin/umount, /sbin/fdisk -l, /home/civacuve/CivaCuve/scripts/cce_change_svr.scr,/home/civacuve/CivaCuve/scripts/cce_change_imp.scr
# Defaults specification
# User privilege specification
root ALL=(ALL) ALL
civacuve ALL=(ALL) NOPASSWD: CMND_CIVACUVE
# Uncomment to allow people in group wheel to run all commands
# %wheel ALL=(ALL) ALL
# Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
# Samples
# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
# %users localhost=/sbin/shutdown -h now
comme tu peux le voir, il n'y a pas qu'une ligne à ajouter pour permettre à un user d'exécuter un script en root :
il faut créer une commande avant d'autoriser le user!
si tu as des questions n'hésite pas.
cordialement,
jula.