Secure scripts variables
From: Florian Lindner (Florian.Lindner_at_xgm.de)
Date: 03/29/05
- Next message: Ben: "Finding attributes in a list"
- Previous message: Antoon Pardon: "Re: Queue.Queue-like class without the busy-wait"
- Next in thread: Serge Orlov: "Re: Secure scripts variables"
- Reply: Serge Orlov: "Re: Secure scripts variables"
- Reply: Paul Rubin: "Re: Secure scripts variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Mar 2005 09:01:18 -0400
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, can he be
prevented to do so?
(It's a ordinary user on a Linux system with access to the python
interpreter.)
(Of course: He could just copy the script to a file he has write access and
modify it to print the result. It's a theoretical situation.)
Thanks,
Florian
- Next message: Ben: "Finding attributes in a list"
- Previous message: Antoon Pardon: "Re: Queue.Queue-like class without the busy-wait"
- Next in thread: Serge Orlov: "Re: Secure scripts variables"
- Reply: Serge Orlov: "Re: Secure scripts variables"
- Reply: Paul Rubin: "Re: Secure scripts variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|