Advertisement

1 - 9 of 9 containing alltags:("setuid") (0.001 seconds)
I'm having problems getting a binary to run setuid.  I have compiled the following C code: #include <stdlib.h> int main(void) {     int result = system("/usr/bin/whoami");     printf("resul...
Zones: Linux AdminDate Answered: 06/11/2007 Grade: A Views: 0
I have a compiled perl script (perlcc -o obj src) and would like a none root user to run the script, and have it run as root. The perl interpreter obviously doesn't like this, how do I get aound...
Zones: PerlDate Answered: 11/13/2003 Grade: A Views: 0
I want to be able to run a script as root.  The catch is the script will be run from a web interface. i.e:   http://www.asdf.com/~asdf/scripts/RUNME anyone have some code that'll allow me to ...
Zones: Linux DevDate Answered: 08/13/2004 Grade: A Views: 0
I found this as a definition of setuid/setgid: ===================================== SUID and SGID SUID and SGID programs can be double edged swords as whoever executes them gets the UID of ...
Zones: CDate Answered: 05/03/2006 Grade: A Views: 0
I have the following situation on redhat 7.2 I have a 3rd party executable that attaches to a privlaged port(162) and requires root permissions.  In addition to this it needs to use the LD_LIBRA...
Zones: Linux AdminDate Answered: 06/24/2003 Grade: B Views: 0
my original question was asked here: http://www.experts-exchange.com/Programming/Programming_Platforms/Linux_Programming/Q_21035845.html
Zones: CDate Answered: 08/13/2004 Grade: A Views: 0
Hi, I am running my box on Linux FC4, and using Tomcat as my Web Server. There is a user called utomcat who own the files/directories related to Tomcat and who own its process. I am writing ...
Zones: Linux DevDate Answered: 10/20/2005 Grade: A Views: 0
I got this error : [error] [client 10.0.0.88] Insecure $ENV{PATH} while running setuid at /var/www/cgi-bin/ifcfg_rh80.pl line 60., referer: http://10.0.0.50/cgi-bin/editconfig.pl And line 60 ...
Zones: Perl, SSIDate Answered: 12/16/2002 Grade: B Views: 64
I'm trying to make a shell script in php that'll allow me to do setuid behavior to run some commands as root. before you say it, I'm aware of the security risks associated with this. Thats not what...
Zones: PHPDate Answered: 04/12/2005 Grade: B Views: 0
  • 1