in reply to "safe" perl cron environment?
Trying to restrict what root does on its own machine is a losing battle. Even with access control lists prohibiting people from doing everything from using a paging program on your source code and redirecting its output, to ftp'ing the code somewhere, you're struggling against the reason for an administrator account in the first place -- that it can do whatever it wants.
If you're truly concerned about your clients reading the code for these scripts, you might try downloading them and any required modules at runtime. This also obviates the need to propagate your code to the client machines when you update the codebase. See this thread for discussion of this option: Coderefs in @INC (was: Building a Simple Perl Module Database).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: "safe" perl cron environment?
by samtregar (Abbot) on Dec 02, 2002 at 18:15 UTC | |
by djantzen (Priest) on Dec 02, 2002 at 19:16 UTC | |
by jhanna (Scribe) on Dec 02, 2002 at 18:45 UTC | |
|
Re^2: "safe" perl cron environment?
by diotalevi (Canon) on Dec 02, 2002 at 18:13 UTC | |
by jhanna (Scribe) on Dec 02, 2002 at 18:43 UTC | |
|
Re: Re: "safe" perl cron environment?
by jhanna (Scribe) on Dec 02, 2002 at 18:42 UTC |