Permit cpuset_(get|set)domain() in capability mode.

These system calls already perform validation of their parameters when
called in capability mode, identical to cpuset_(get|set)affinity().

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2020-07-06 16:34:29 +00:00
parent e94fdc3833
commit bdfe61e05e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362970

View file

@ -149,8 +149,10 @@ copy_file_range
##
#cpuset
cpuset_getaffinity
cpuset_getdomain
#cpuset_getid
cpuset_setaffinity
cpuset_setdomain
#cpuset_setid
##