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

Commits on Aug 25, 2020

  1. fping: retain privileges until after privileged setsockopt

    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.
    hmh committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    59d83ed View commit details
    Browse the repository at this point in the history