Enable copy_file_range(2) in capability mode.
copy_file_range() operates on a pair of file descriptors; it requires CAP_READ for the source descriptor and CAP_WRITE for the destination descriptor. Reviewed by: kevans, oshogbo Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21113
This commit is contained in:
parent
845d8fb81e
commit
e1a408d555
@ -132,6 +132,11 @@ closefrom
|
||||
##
|
||||
connectat
|
||||
|
||||
##
|
||||
## copy_file_range(2) reads from one descriptor and writes to the other.
|
||||
##
|
||||
copy_file_range
|
||||
|
||||
##
|
||||
## cpuset(2) and related calls are limited to caller's own process/thread.
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user