PERFORCE change 167134 for review

Robert Watson rwatson at FreeBSD.org
Sun Aug 9 15:17:25 UTC 2009


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

Change 167134 by rwatson at rwatson_freebsd_capabilities on 2009/08/09 15:17:07

	Remove mismerge for auditing of fd arguments in fexecve(2).

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/kern/kern_exec.c#20 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/kern/kern_exec.c#20 (text+ko) ====

@@ -428,7 +428,6 @@
 	} else {
 		AUDIT_ARG_FD(args->fd);
 		/* XXXRW: Possibly should just be CAP_FEXECVE? */
-		AUDIT_ARG(fd, args->fd);
 		error = fgetvp_read(td, args->fd, CAP_READ | CAP_FEXECVE,
 		    &binvp);
 		if (error)


More information about the p4-projects mailing list