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

Use the Windows User ID as sidecar identifier instead of the Session ID #558

Merged
merged 3 commits into from
Jul 31, 2024

Commits on Jul 27, 2024

  1. Use the security ID of the user as sidecar identifier

    It turns out that the session identifier is not a good permission boundary and will lead to permission denied for other processes belonging to the same session id, but different security id.
    bwoebi committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    ca4e4bc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Make clippy happy

    bwoebi committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    261c5fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be6316b View commit details
    Browse the repository at this point in the history