p4-projects@freebsd.org
[Top] [All Lists]

PERFORCE change 148063 for review

Subject: PERFORCE change 148063 for review
From: Robert Watson
Date: Thu, 21 Aug 2008 23:24:58 GMT
http://perforce.freebsd.org/chv.cgi?CH=148063

Change 148063 by rwatson@rwatson_freebsd_capabilities on 2008/08/21 23:24:50

        Add cpuset(2) and related system calls, which are disallowed for
        now for reasons of scoping.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/kern/capabilities.conf#8 
edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/kern/capabilities.conf#8 
(text+ko) ====

@@ -5,7 +5,7 @@
 # - sys_exit() and close() are very important.
 # - Sorted alphabetically, please keep it that way.
 #
-# $P4: 
//depot/projects/trustedbsd/capabilities/src/sys/kern/capabilities.conf#7 $
+# $P4: 
//depot/projects/trustedbsd/capabilities/src/sys/kern/capabilities.conf#8 $
 #
 __acl_aclcheck_fd
 __acl_delete_fd
@@ -49,6 +49,14 @@
 clock_getres
 close
 connect
+#
+# cpuset(2) and related calls require scoping.
+#
+#cpuset
+#cpuset_getaffinity
+#cpuset_getid
+#cpuset_setaffinity
+#cpuset_setid
 dup
 dup2
 eaccess
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"

<Prev in Thread] Current Thread [Next in Thread>
  • PERFORCE change 148063 for review, Robert Watson <=