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

Allow pppd to start as non-root. #98

Closed

Commits on Apr 30, 2018

  1. Allow pppd to start as non-root.

    This patch adds #ifndef macros in 2 spots in order to allow pppd to be
    spawned as a non-root user with only runtime capabilities (e.g.
    CAP_NET_{RAW/ADMIN}) instead of giving pppd full root privileges. This
    is helpful if pppd is itself spawned by a non-root user and the use of
    file permissions (e.g. setuid-root) on the pppd binary is not a
    desirable solution.
    micah-morton committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    bdacf4b View commit details
    Browse the repository at this point in the history