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 using abstract namespace for crashtracker unix socket #594

Merged
merged 5 commits into from
Aug 27, 2024

Commits on Aug 22, 2024

  1. Allow using abstract namespace for crashtracker unix socket

    Thanks to PrivateTmp in systemd it's pretty likely that different processes will see the same sidecar (which lives in a network namespace), but may not see the crashtracker socket in /tmp.
    
    Defaulting to the abstract unix namespace on Linux will work around any possible problems here.
    
    Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
    bwoebi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8e187e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. TEST with rust 1.73.0

    iamluc committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c7a60a6 View commit details
    Browse the repository at this point in the history
  2. Append Crashtracker to file to avoid overwrites with telemetry

    Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
    bwoebi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    355367a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Revert "TEST with rust 1.73.0"

    This reverts commit c7a60a6.
    iamluc committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c4b5e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bbfeed View commit details
    Browse the repository at this point in the history