Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2002 06:15:01 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16105 for review
Message-ID:  <200208161315.g7GDF1oo095558@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16105

Change 16105 by cvance@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208161315.g7GDF1oo095558>