On Nov 9 10:08, Corinna Vinschen wrote:
> On Nov 9 08:59, Laurent Cocault wrote:
> > Hi Cygwin community,
> >
> > I am currently facing a problem with the combination of setuid/execv on a
> > Cygwin/Windows 7.
> > [...]
> > char* args[1];
> > args[0] = NULL;
> > status = execv("/bin
On Nov 9 08:59, Laurent Cocault wrote:
> Hi Cygwin community,
>
> I am currently facing a problem with the combination of setuid/execv on a
> Cygwin/Windows 7.
> [...]
> char* args[1];
> args[0] = NULL;
> status = execv("/bin/bash", args);
This is wrong. You should at least set arg
Felipe Alcacibar wrote:
hello..
i'm trying tu run a process with low privileges, (mysql) server, with
a mysql user, but this cannot be change, i'm using the Administrator
account as root. and i create a mysql user into de windows users and
expoted it to the passwd table.
[/code]
for test,
3 matches
Mail list logo