mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
nullfs: do not allow bypass on copy_file_range()
(cherry picked from commit 326836a1ebc6ce9b28c8f2bc1d177a444fba8ea6)
This commit is contained in:
parent
c99f50351c
commit
6dec97eeaf
1 changed files with 1 additions and 0 deletions
|
|
@ -1181,5 +1181,6 @@ struct vop_vector null_vnodeops = {
|
|||
.vop_vptofh = null_vptofh,
|
||||
.vop_add_writecount = null_add_writecount,
|
||||
.vop_vput_pair = null_vput_pair,
|
||||
.vop_copy_file_range = VOP_PANIC,
|
||||
};
|
||||
VFS_VOP_VECTOR_REGISTER(null_vnodeops);
|
||||
|
|
|
|||
Loading…
Reference in a new issue