Tzafrir Cohen wrote:
> Can't this be handled in terms of device file permissions? (create a
> group"mplayer" and either include yourself in it, or make the mplayer
> binary belong to it and SGID)
It might be easier to set up a SUDO class for it.
e.g.
User_Alias VCD=gsm
Cmnd_Alias VCD=/usr/local/bin/mplayer
VCD ALL=VCD
or
VCD ALL=(ALL) NOPASSWD: VCD
or forget the user alias and make a group vcd
and then:
%vcd ALL=VCD
etc...
Geoff.
--
Geoffrey S. Mendelson
Bloomberg L.P., BFM (Israel) 2 hours ahead of London, 7 hours ahead of New York.
Tel: 972-(0)3-754-1158 Fax 972-(0)3-754-1236 Email: [EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]