Re: [expert] CD Burning for all users

2000-07-15 Thread Brian T. Schellenberger
Sarang Lakare wrote: Hi, I can burn CDs on my machine only as root. Thats very unconvenient. How to let any user burn CDs? Maybe this should be default in the system. -sarang I have the same experience, and (now that the kscd problem is solved), this is one of only two issues keeping

Re: [expert] CD Burning for all users

2000-07-15 Thread Roberto A. F.
Sarang Lakare wrote: Hi, I can burn CDs on my machine only as root. Thats very unconvenient. How to let any user burn CDs? suid cd brun prg as example: chmod a+s $(which cdrecord) Maybe this should be default in the system. Yes: root processes have some priorities on the user's --

Re: [expert] CD Burning for all users

2000-07-15 Thread Pierre Fortin
Anton Graham wrote: Submitted 10-Jul-00 by Sarang Lakare: I can burn CDs on my machine only as root. Thats very unconvenient. How to let any user burn CDs? Maybe this should be default in the system. It's not default for security reasons. One of the best solutions is to set the

Re: [expert] CD Burning for all users

2000-07-14 Thread Roberto A. F.
Sarang Lakare wrote: Hi, I can burn CDs on my machine only as root. Thats very unconvenient. How to let any user burn CDs? suid cd brun prg as example: chmod a+s $(which cdrecord) Maybe this should be default in the system. Yes: root processes have some priorities on the user's --

Re: [expert] CD Burning for all users

2000-07-14 Thread Anton Graham
Submitted 10-Jul-00 by Sarang Lakare: I can burn CDs on my machine only as root. Thats very unconvenient. How to let any user burn CDs? Maybe this should be default in the system. It's not default for security reasons. One of the best solutions is to set the permissions on /usr/bin/cdrecord

Re: [expert] CD Burning for all users

2000-07-14 Thread Matt Stegman
Make cdrecord setuid. -Matt Stegman [EMAIL PROTECTED] On Mon, 10 Jul 2000, Sarang Lakare wrote: Hi, I can burn CDs on my machine only as root. Thats very unconvenient. How to let any user burn CDs? Maybe this should be default in the system. -sarang

Re: [expert] CD Burning for all users

2000-07-14 Thread Roberto A. F.
Sarang Lakare wrote: Hi, I can burn CDs on my machine only as root. Thats very unconvenient. How to let any user burn CDs? suid cd brun prg as example: chmod a+s $(which cdrecord) Maybe this should be default in the system. Yes: root processes have some priorities on the user's --

[expert] CD Burning for all users

2000-07-12 Thread Sarang Lakare
Hi, I can burn CDs on my machine only as root. Thats very unconvenient. How to let any user burn CDs? Maybe this should be default in the system. -sarang