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

Issue #280: Disable the switching of process identity only after succ… #281

Merged
merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. Issue #280: Disable the switching of process identity only after succ…

    …essfully authenticating to the backend server.
    
    When proxy auth is used, the flag to disable process identity switching was
    set after proxy auth, but before backend auth.  And that, in turn, meant
    that after successful backend auth, the switching to root privs for making
    the automatic `chroot(2)` call of the proxy session process would silently
    fail, leading to unexpected `chroot(2)` failure due to EPERM.
    Castaglia committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b7df7ca View commit details
    Browse the repository at this point in the history