PERFORCE change 87558 for review

Wayne Salamon wsalamon at FreeBSD.org
Thu Dec 1 01:47:59 GMT 2005


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

Change 87558 by wsalamon at gretsch on 2005/12/01 01:47:20

	Updates on wait4 and link system calls.

Affected files ...

.. //depot/projects/trustedbsd/audit3/notes/syscall_audit.tsv#3 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/notes/syscall_audit.tsv#3 (text+ko) ====

@@ -21,11 +21,11 @@
 SYS_write		4	N	N
 SYS_open		5	Y	Y	path, fflags, mode audited
 SYS_close		6	Y	Y	fd
-SYS_wait4		7	?	N	pid, options, status?, return PID
+SYS_wait4		7	Y	N	pid, options, status?, return PID
 
 SYS_creat		8	Y	Y	Implemented via kern_open(), so audited as open()
-SYS_link		9	Y	N
-SYS_unlink		10	Y	N
+SYS_link		9	Y	Y	from and to paths, from attr
+SYS_unlink		10	Y	Y	path, attr
 
 SYS_chdir		12	Y	Y
 SYS_fchdir		13	Y	N	path; should fd be audited?
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