PERFORCE change 148000 for review

Robert Watson rwatson at FreeBSD.org
Thu Aug 21 13:50:59 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=148000

Change 148000 by rwatson at rwatson_freebsd_capabilities on 2008/08/21 13:50:10

	Move capability system call symbols into 1.1 symbol section of
	libc symbol map; remove duplicate fexecve now that it's in the
	base system.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Symbol.map#10 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Symbol.map#10 (text) ====

@@ -331,6 +331,9 @@
 };
 
 FBSD_1.1 {
+	cap_new;
+	cap_getrights;
+	cap_enter;
 	cpuset;
 	cpuset_getid;
 	cpuset_setid;
@@ -983,10 +986,3 @@
 	__error_unthreaded;
 	nlm_syscall;
 };
-
-FBSD_1.1 {
-	cap_new;
-	cap_getrights;
-	cap_enter;
-	fexecve;
-};


More information about the p4-projects mailing list