svn commit: r362970 - head/sys/kern

Mark Johnston markj at FreeBSD.org
Mon Jul 6 16:34:29 UTC 2020


Author: markj
Date: Mon Jul  6 16:34:29 2020
New Revision: 362970
URL: https://svnweb.freebsd.org/changeset/base/362970

Log:
  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

Modified:
  head/sys/kern/capabilities.conf

Modified: head/sys/kern/capabilities.conf
==============================================================================
--- head/sys/kern/capabilities.conf	Mon Jul  6 16:34:15 2020	(r362969)
+++ head/sys/kern/capabilities.conf	Mon Jul  6 16:34:29 2020	(r362970)
@@ -149,8 +149,10 @@ copy_file_range
 ##
 #cpuset
 cpuset_getaffinity
+cpuset_getdomain
 #cpuset_getid
 cpuset_setaffinity
+cpuset_setdomain
 #cpuset_setid
 
 ##


More information about the svn-src-all mailing list