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

PVF: fix detection of unshare-and-change-root security capability #2304

Merged
merged 3 commits into from
Nov 14, 2023

Commits on Nov 13, 2023

  1. PVF: fix detection of unshare-and-change-root security capability

    One of our security features isn't working on a user's machine. Right now this
    feature should be optional, but the bug is that the node detects that the
    feature works, so the worker tries to apply it.
    
    The problem is that the detection and application are happening in different
    filesystems. Detection tries /tmp whereas application tries the database path.
    
    User reported back:
    
    > there are different permissions for the /tmp/ folder (root ownership) vs the
    .local folder (my user account)
    mrcnski committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2e10c4b View commit details
    Browse the repository at this point in the history
  2. Fix bench

    mrcnski committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6b553ee View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    6b92392 View commit details
    Browse the repository at this point in the history