Florian Lindner <[EMAIL PROTECTED]> writes:
> AFAIK scripts can't be setuid? Can you tell me what you mean and how to do
> it?
Actually it looks like Linux doesn't support setuid scripts. I
thought the feature had been restored. There is a well-known security
hole but there are workarounds for i
Paul Rubin wrote:
> Florian Lindner <[EMAIL PROTECTED]> writes:
>> I have a script which is readable and executable by a user, but not
>> writable.
>> The users executes the scripts, it reads in a value and based on this
>> value it computes a result and stores it in a variable.
>> Can the user re
Florian Lindner <[EMAIL PROTECTED]> writes:
> I have a script which is readable and executable by a user, but not
> writable.
> The users executes the scripts, it reads in a value and based on this value
> it computes a result and stores it in a variable.
> Can the user read out the value of this v
Florian Lindner wrote:
> Hello,
> given the following situation:
>
> I have a script which is readable and executable by a user, but not
> writable.
> The users executes the scripts, it reads in a value and based on this
> value it computes a result and stores it in a variable.
> Can the user read
Hello,
given the following situation:
I have a script which is readable and executable by a user, but not
writable.
The users executes the scripts, it reads in a value and based on this value
it computes a result and stores it in a variable.
Can the user read out the value of this variable? If yes