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

de-duplicate fuse mounting/unmounting code #2199

Commits on Sep 18, 2023

  1. replace call to sif's pkg/user code in squashfuseMount() with call to…

    … CE's squashfs code
    Omer Preminger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b7ec53f View commit details
    Browse the repository at this point in the history
  2. changed internal/pkg/util/fs/squashfs to use internal/pkg/util/fs/squ…

    …ashfs/fuse; add ctx args as needed
    Omer Preminger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6e2819c View commit details
    Browse the repository at this point in the history
  3. replace call to sif's pkg/user code in CleanupHost() with call to CE'…

    …s squashfs code
    Omer Preminger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ba722ad View commit details
    Browse the repository at this point in the history
  4. address review comments

    Omer Preminger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    de466b7 View commit details
    Browse the repository at this point in the history
  5. error out instead of warning on invalid FUSE mount extra opt

    Omer Preminger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    21f0f57 View commit details
    Browse the repository at this point in the history
  6. drop samber/mo dependency

    Omer Preminger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a54a580 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1ce366 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50ff89d View commit details
    Browse the repository at this point in the history
  9. incorporate UID, GID as struct-fields; improve unit-test

    Omer Preminger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8ced169 View commit details
    Browse the repository at this point in the history