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

ZFS refuses to private read/write map of immutable files on Linux #15344

Merged

Commits on Oct 31, 2023

  1. Linux: reject read/write mapping to immutable file only on VM_SHARED

    Private read/write mapping can't be used to modify the mapped files, so
    they will remain be immutable. Private read/write mappings are usually
    used to load the data segument of executable files, rejecting them will
    rendering immutable executable files to stop working.
    
    Signed-off-by: WHR <msl0000023508@gmail.com>
    Low-power committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0cf4aad View commit details
    Browse the repository at this point in the history