Full Disclosure mailing list archives
Re: Partial Solution to SUID Problems
From: Markus Friedl <markus () openbsd org>
Date: Sun, 7 Dec 2003 15:48:03 +0100
On a server that you have shell access, you probably really need to add 'passwd' to the 'suid partitiion'. You may need some other things, on some of our servers, I have 'ping' as well.
it's not really necessary to have passwd setuid. you just can write a passwd server process and the passwd(8) just talks to this server via unix domain sockets. the server can use getpeereid(2) or a similar machanism to figure out the uid of the connecting user (dugsong has implemented this). similar things can be done for ping (just used fd passing to get a raw socket). _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
Current thread:
- Re: Partial Solution to SUID Problems, (continued)
- Re: Partial Solution to SUID Problems Vladimir Parkhaev (Dec 05)
- Re: Partial Solution to SUID Problems Todd Burroughs (Dec 06)
- Re: Partial Solution to SUID Problems Henning Brauer (Dec 06)
- Re: Partial Solution to SUID Problems Todd Burroughs (Dec 06)
- Re: Partial Solution to SUID Problems Michal Zalewski (Dec 06)
- Re: Partial Solution to SUID Problems Valdis . Kletnieks (Dec 06)
- Re: Partial Solution to SUID Problems Todd Burroughs (Dec 07)
- Re: Partial Solution to SUID Problems Karl DeBisschop (Dec 07)
- Re: Partial Solution to SUID Problems Michal Zalewski (Dec 07)
- Re: Partial Solution to SUID Problems Valdis . Kletnieks (Dec 06)
- Re: Partial Solution to SUID Problems Markus Friedl (Dec 07)
- Re: Partial Solution to SUID Problems Brian Hatch (Dec 07)
- Re: Partial Solution to SUID Problems Henning Brauer (Dec 08)
- Re: Partial Solution to SUID Problems Todd Burroughs (Dec 06)
- Re: Partial Solution to SUID Problems Michal Zalewski (Dec 06)
