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

passthrough: add ability to disallow operations that could change fil… #88

Merged
merged 1 commit into from
Sep 9, 2022

Commits on Sep 1, 2022

  1. passthrough: add ability to disallow operations that could change fil…

    …e size
    
    Introduce 'seal_size' flag prohibits operations which will change file
    size or allocate file block exceed file size.
    
    This assumes the fuse server side is trustable, and client side is not
    trusted and not allowed to change file size. For example, in virtiofs
    case, we trust the host side and don't trust guest side.
    
    Signed-off-by: shayan.sy <[email protected]>
    Signed-off-by: Eryu Guan <[email protected]>
    shayan.sy authored and eryugey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0f44e74 View commit details
    Browse the repository at this point in the history