|
Sudo and passing environment variables
I am setting sudo to allow operators to start up applications without the need to log in as the applications main user id.
The script they run as sudo requires the LINES enviroment variable to be set as it positions text on the screen. I know that sudo strips environment variables for security but do you know how I could force LINES to be passed?
|