PERFORCE change 16105 for review

Chris Vance cvance at freebsd.org
Fri Aug 16 13:15:01 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16105

Change 16105 by cvance at cvance_laptop on 2002/08/16 06:14:45

	Pass thread to MAC system call handlers.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#117 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#117 (text+ko) ====

@@ -65,7 +65,7 @@
 	/*
 	 * Generic policy-directed security syscall
 	 */
-	int	(*mpo_mac_syscall)(int call, void *arg);
+	int	(*mpo_mac_syscall)(struct thread *td, int call, void *arg);
 
 	/*
 	 * Label operations.
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