Re: [Siglinux] User needs to run script "as root"

2005-02-14 Thread Doug McLaren
On Mon, Feb 14, 2005 at 08:53:28PM -0600, Analabha Roy wrote: | > > I use sudo to execute the scripts I wrote to manage my wireless | > > connection. :P ... | Is that a good idea? I mean, sudo means that anybody in the sudoers list | can execute ur script with root privs w/out the root passwd, is

Re: [Siglinux] User needs to run script "as root"

2005-02-14 Thread Analabha Roy
> On Mon, 2005-02-14 at 20:29, Daniel Brown wrote: > > > On Mon, Feb 14, 2005 at 03:19:53PM -0600, Doug McLaren wrote: > > > On Mon, Feb 14, 2005 at 03:12:06PM -0600, Alfonso Lopez wrote: > > > > > > | I have a script that sets up my wireless connection for me, using a > > > | variety of root

Re: [Siglinux] User needs to run script "as root"

2005-02-14 Thread Daniel Brown
On Mon, Feb 14, 2005 at 03:19:53PM -0600, Doug McLaren wrote: > On Mon, Feb 14, 2005 at 03:12:06PM -0600, Alfonso Lopez wrote: > > | I have a script that sets up my wireless connection for me, using a > | variety of root only commands. I would like to have my users be able to > | run it. Changi

[Siglinux] SIGLinux Lunch -- DIFFERENT ROOM

2005-02-14 Thread Richard Darst
Hello, !! We have a different room for this week only !! This week, we're in the Chicano Culture room, 4.206. A reminder: We will be having our lunch this Wednesday from 12:00-1:30 in the Chinaco Culture Room (4.206) in the Texas Union. The room is two floors up, towards the north of the buildi

Re: [Siglinux] User needs to run script "as root"

2005-02-14 Thread Doug McLaren
On Mon, Feb 14, 2005 at 03:12:06PM -0600, Alfonso Lopez wrote: | I have a script that sets up my wireless connection for me, using a | variety of root only commands. I would like to have my users be able to | run it. Changing the permissions to allow executions doesn't do the | trick since the

Re: [Siglinux] User needs to run script "as root"

2005-02-14 Thread Jeff Strunk
This is what the Setuid bit is for. It elevates the privileges of the executing user to the level of the owner. With chmod, with a 4 in the first of four columns. The man page of course has a lot more information. You can't do this with some scripting languages though since they disable it for

Re: {Spam?} Re: {Spam?} Re: [Siglinux] security under windows vs linux and evangelism]

2005-02-14 Thread Doug McLaren
On Thu, Feb 10, 2005 at 11:14:33PM -0600, Analabha Roy wrote: | Sorry abt that, the link I wanted to include was: | | http://www.ph.utexas.edu/~daneel/crap/ | | This was supposed to be on a "patched" windoze box. Sorry, but this is not `proof' that `Windows has serious misfeatures and bugs rel

[Siglinux] User needs to run script "as root"

2005-02-14 Thread Alfonso Lopez
I have a script that sets up my wireless connection for me, using a variety of root only commands. I would like to have my users be able to run it. Changing the permissions to allow executions doesn't do the trick since the script calls ifconfig/iwconfig etc. Help? Alfonso Lopez _