PERFORCE change 104066 for review

Todd Miller millert at FreeBSD.org
Tue Aug 15 17:36:15 UTC 2006


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

Change 104066 by millert at millert_g4tower on 2006/08/15 17:35:16

	Add missing mac_get_peer() prototype.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac.h#2 (text+ko) ====

@@ -86,6 +86,7 @@
 int	 mac_get_lcid(pid_t _lcid, mac_t _label);
 int	 mac_get_lctx(mac_t _label);
 int	 mac_get_link(const char *_path, mac_t _label);
+int	 mac_get_peer(int fd, struct mac *label);
 int	 mac_get_pid(pid_t _pid, mac_t _label);
 int	 mac_get_proc(mac_t _label);
 int	 mac_is_present(const char *_policyname);


More information about the trustedbsd-cvs mailing list