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

MacOS socket audit token #2529

Merged
merged 5 commits into from
Oct 30, 2024
Merged

Commits on Oct 30, 2024

  1. Chore: Bump libc requirement

    So the LOCAL_PEERTOKEN it adds may be guaranteed to be available.
    
    Signed-off-by: Paul Mabileau <[email protected]>
    PaulDance committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0f639b0 View commit details
    Browse the repository at this point in the history
  2. Refactor(sockopt): Use libc::SOL_LOCAL for LOCAL_PEER* options instea…

    …d of 0
    
    Should be more readable.
    
    Signed-off-by: Paul Mabileau <[email protected]>
    PaulDance committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b97a9a7 View commit details
    Browse the repository at this point in the history
  3. Feat(sockopt): Add new wrapper around libc::LOCAL_PEERTOKEN

    audit_token_t is taken from endpoint-sec-sys.
    
    Signed-off-by: Paul Mabileau <[email protected]>
    PaulDance committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e83e715 View commit details
    Browse the repository at this point in the history
  4. Test(socket): Add small test for LocalPeerToken

    Signed-off-by: Paul Mabileau <[email protected]>
    PaulDance committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e7cd5e8 View commit details
    Browse the repository at this point in the history
  5. Docs: Add changelog entry

    Signed-off-by: Paul Mabileau <[email protected]>
    PaulDance committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c5d6f2b View commit details
    Browse the repository at this point in the history