I've tried several
Did those you tried include prepending the precise shell and args to the command list? eg.
my $shellfile = 'foo.sh'; my @cmd = ('/bin/sh', '-p', $shellfile); my $res = system (@cmd);
Note that I have no access to Solaris 11 so this is untested and is just a suggestion.
In reply to Re: setuid system() calls on Solaris 11
by hippo
in thread setuid system() calls on Solaris 11
by baataboom
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |