[Home]

Summary:ASTERISK-00836: [patch] assume a remote console if the program name is rasterisk
Reporter:James Golovich (jamesgolovich)Labels:
Date Opened:2004-01-14 00:33:01.000-0600Date Closed:2004-09-25 02:53:50
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-rasterisk.patch
Description:This patch makes asterisk assume its a remote console if the program name is rasterisk.  Makes it easy to set the login shell of a user to rasterisk to login to asterisk remotely without giving a user complete shell access
Comments:By: jrollyson (jrollyson) 2004-01-14 00:42:28.000-0600

"Makes it easy to set the login shell of a user to rasterisk to login to asterisk remotely without giving a user complete shell access"

Theres still the ! shell escape, but this is useful.

By: Olle Johansson (oej) 2004-01-28 15:32:39.000-0600

I suggest we add an option to disable the shell escape when started as "rasterisk"?
And maybe disable the "stop" command.

asterisk.conf would be the place
secureremote=yes|no ; disable shell escape and 'stop' commands for remote asterisk execution when started as 'rasterisk'

By: James Golovich (jamesgolovich) 2004-03-20 02:31:37.000-0600

Commited to CVS (HEAD only)