mirror_zfs/module/os/linux
Low-power a160c153e2
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 segment of executable files, rejecting them will
rendering immutable executable files to stop working.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: WHR <msl0000023508@gmail.com>
Closes #15344
2023-11-08 12:19:38 -08:00
..
spl Improve ZFS objset sync parallelism 2023-11-06 10:38:42 -08:00
zfs Linux: reject read/write mapping to immutable file only on VM_SHARED 2023-11-08 12:19:38 -08:00