How can I run commands like setfsuid, setfsgid as a normal user?

0

Normally only the root user has permission to run these commands. Is any way I can run these as a normal user?

user20855

Posted 2013-01-07T03:40:45.563

Reputation:

Answers

0

No. They're inherently privileged system calls; only root can use them.

duskwuff -inactive-

Posted 2013-01-07T03:40:45.563

Reputation: 3 824

0

Maybe. You have to find a vulnerability and exploit it, or specify a uid_t that you are or were.

DigitalRoss

Posted 2013-01-07T03:40:45.563

Reputation: 2 968