[xorg-bugzilla-noise] [Bug 1029] Hard failure if socket directories
cannot be chowned to root is bad
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Aug 13 06:08:07 PDT 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=1029
------- Additional Comments From krh at bitplanet.net 2004-08-13 06:08 -------
Comment from Alan Cox:
#1 doesn't help on fundamentally non setuid using systems (or AFS)
#2 doesn't fix the problem
A combination of #1 and a .cf configured policy is needed. The suid
helper itself is pretty trivial
#define FIXED_PATH wherever
int main(int argc, char *argv[])
{
exit(chown(FIXED_PATH, 0, 0) ? errno: 0);
}
(Avoid things like error messages because then you get into all
the close(1); close(2) type tricks with older systems)
(http://freedesktop.org/pipermail/xorg/2004-August/002341.html)
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list