Ciao a tutti,
ho una domanda su sudo.
Il mio file /etc/sudoers �:
------------------
# /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL) ALL
plarcher ALL=(root) PASSWD: /sbin/halt, /sbin/reboot,
/sbin/ifup, /sbin/ifdown, /bin/mount, /sbin/modprobe, /sbin/rmmod
------------------
Il problema � che l'utente plarcher riesce ad eseguire i comandi
specificati senza immettere la passwd di root, che di default dovrebbe
essere chiesta. Ho provato anche a modificare l'ultima riga in questo
modo
plarcher ALL=(root) PASSWD: /sbin/halt, /sbin/reboot,
/sbin/ifup, /sbin/ifdown, /bin/mount, /sbin/modprobe, /sbin/rmmo
... ma senza risultati.
Qualcuno sa dirmi dove sbaglio?
Grazie in anticipo.
Paolo