in reply to Future security worries?
No problem. Just run them as root...
What suidperl does (used to do?) is allow you to run a script as a normal user, but with permission to do things as root. Obtaining that root permission on behalf of a normal user is exceedingly difficult to do securely.
The alternative is to use something like sudo to obtain them for you.
If you do so, you must take precautions (taint, etc.) to ensure that the program doesn't (can't) do anything naughty...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Future security worries?
by Mr_Person (Hermit) on Jun 09, 2003 at 14:39 UTC | |
by bunnyman (Hermit) on Jun 09, 2003 at 18:55 UTC | |
by Mr_Person (Hermit) on Jun 09, 2003 at 20:12 UTC | |
by Anonymous Monk on Jun 09, 2003 at 22:07 UTC | |
|
Re: Re: Future security worries?
by sauoq (Abbot) on Jun 09, 2003 at 21:02 UTC |