Skip to content
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

fping: retain privileges until after privileged setsockopt #200

Merged
merged 1 commit into from
Oct 17, 2020
Merged

fping: retain privileges until after privileged setsockopt #200

merged 1 commit into from
Oct 17, 2020

Conversation

hmh
Copy link
Contributor

@hmh hmh commented Aug 25, 2020

On Linux, one needs privileges to setsockopt(SO_BINDTODEVICE), and the
current code would drop setuid root privileges too soon.

Temporarily drop privileges instead, and raise them back to issue the
privileged setsockopt(). Once we know we won't need to do any further
privileged setsockopt(), permanently drop privileges.

For now, assume SO_BINDTODEVICE is the only setsockopt that needs this.

On Linux, one needs privileges to setsockopt(SO_BINDTODEVICE), and the
current code would drop setuid root privileges too soon.

Temporarily drop privileges instead, and raise them back to issue the
privileged setsockopt().  Once we know we won't need to do any further
privileged setsockopt(), permanently drop privileges.

For now, assume SO_BINDTODEVICE is the only setsockopt that needs this.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.7%) to 80.978% when pulling 59d83ed on simetnicbr:for-upstream/privileged-SO_BINDTODEVICE into 296de3d on schweikert:develop.

@hmh
Copy link
Contributor Author

hmh commented Aug 25, 2020

Related to issue #199

@schweikert
Copy link
Owner

Looks good, thanks!

@schweikert schweikert merged commit eac2034 into schweikert:develop Oct 17, 2020
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.

3 participants