Hi, 

I want to give myself limited sudo access to a selected list of commands,
without specfiying the sudo passwords. This is what I put into the visudo:

- - - - >8 - - - -
# Cmnd alias specification
Cmnd_Alias      DISK    = /bin/mount, /bin/umount, /usr/bin/eject, /sbin/fdisk

# User privilege specification
root    ALL=(ALL) ALL

+mygroup        ALL = NOPASSWD: DISK
- - - - >8 - - - -

But it doesn't work. I must have syntax errors. Can you help please? 

thanks




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to