Re: suid-root C programmes

1999-02-10 Thread E.L. Meijer \(Eric\)
> > Sorry to bug the list with yet another programming problem but ... > > What permissions on the file do I need to change to allow an ordinary user > to run a setuid-root programme ? The programme below compiles and runs if > I compile & run as root but does not work if run by a user regardles

suid-root C programmes

1999-02-10 Thread ivan
Sorry to bug the list with yet another programming problem but ... What permissions on the file do I need to change to allow an ordinary user to run a setuid-root programme ? The programme below compiles and runs if I compile & run as root but does not work if run by a user regardless of who comp