Skip to content

Possible db fix #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2011
Merged

Possible db fix #2

merged 1 commit into from
Oct 18, 2011

Conversation

HomerSp
Copy link

@HomerSp HomerSp commented Oct 18, 2011

You know the details already :)

@ChainsDD
Copy link
Owner

Does the effective UID/GID not need to be set back to 0 before allowing the app that has requested su?

@HomerSp
Copy link
Author

HomerSp commented Oct 18, 2011

It is already, in allow():
setresgid(to->uid, to->uid, to->uid);
setresuid(to->uid, to->uid, to->uid);

@ChainsDD
Copy link
Owner

Ah, so it is. Merging

ChainsDD added a commit that referenced this pull request Oct 18, 2011
@ChainsDD ChainsDD merged commit 6fa4b9c into ChainsDD:master Oct 18, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants