PERFORCE change 133769 for review

Robert Watson rwatson at FreeBSD.org
Mon Jan 21 02:36:58 PST 2008


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

Change 133769 by rwatson at rwatson_freebsd_capabilities on 2008/01/21 10:36:23

	Add new FBSD_1.1 section do system call symbol table, and export
	cap_new() and cap_getrights() using that version instead.
	Submitted by:	kan

Affected files ...

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

Differences ...

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

@@ -55,8 +55,6 @@
 	auditctl;
 	auditon;
 	bind;
-	cap_new;
-	cap_getrights;
 	chdir;
 	chflags;
 	__chk_fail;
@@ -966,3 +964,8 @@
 	__sys_writev;
 	__error_unthreaded;
 };
+
+FBSD_1.1 {
+	cap_new;
+	cap_getrights;
+};


More information about the p4-projects mailing list