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

rofiles-fuse: Check fsverity flag for copyup #3175

Merged
merged 3 commits into from
Feb 15, 2024

Commits on Feb 15, 2024

  1. rofiles-fuse: Port to statx

    This allows us to query fsverity efficiently.
    cgwalters committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4d95848 View commit details
    Browse the repository at this point in the history
  2. rofiles-fuse: Check fsverity flag for copyup

    We need to do a copyup if fsverity is enabled.
    Sadly to do this we can't just use ostree_break_hardlink
    as is.
    cgwalters committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ed4bd88 View commit details
    Browse the repository at this point in the history
  3. rofiles-fuse: Remove unused parameter

    The logic simplified, so we don't need it anymore.
    cgwalters committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d0afefc View commit details
    Browse the repository at this point in the history