Closed HomerSp closed 13 years ago
Does the effective UID/GID not need to be set back to 0 before allowing the app that has requested su?
It is already, in allow(): setresgid(to->uid, to->uid, to->uid); setresuid(to->uid, to->uid, to->uid);
Ah, so it is. Merging
You know the details already :)