Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2002 07:01:33 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22464 for review
Message-ID:  <200212181501.gBIF1XY8083184@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22464

Change 22464 by green@green_laptop_2 on 2002/12/18 07:00:35

	Add security_get_user_contexts().

Affected files ...

.. //depot/projects/trustedbsd/mac/lib/libsebsd/sebsd_ss.h#2 edit
.. //depot/projects/trustedbsd/mac/lib/libsebsd/security_get_user_contexts.c#1 add

Differences ...

==== //depot/projects/trustedbsd/mac/lib/libsebsd/sebsd_ss.h#2 (text+ko) ====

@@ -82,11 +82,11 @@
 extern int security_get_sids(security_id_t *sids, 
 			     __u32 *nel);
 
-extern int security_get_user_sids(security_id_t fromsid,
-				  const char *username, 
-				  __u32 namelen, 
-				  security_id_t *sids, 
-				  __u32 *nel);
+extern int security_get_user_contexts(const char *fromcontext,
+				      const char *username,
+    				      const char *const **retcontexts,
+				      size_t *ncontexts)
+
 
 extern int security_mls(void);
 

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?200212181501.gBIF1XY8083184>