PERFORCE change 85430 for review
Robert Watson
rwatson at FreeBSD.org
Mon Oct 17 12:30:22 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=85430
Change 85430 by rwatson at rwatson_zoo on 2005/10/17 12:29:58
Flag ARG_EXIT when storing exit arguments in an audit record.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_arg.c#3 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_arg.c#3 (text+ko) ====
@@ -74,6 +74,7 @@
ar->k_ar.ar_arg_exitstatus = status;
ar->k_ar.ar_arg_exitretval = retval;
+ ar->k_ar.ar_valid_arg |= ARG_EXIT;
}
void
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list