PERFORCE change 22464 for review
Brian Feldman
green at freebsd.org
Wed Dec 18 15:01:33 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=22464
Change 22464 by green at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list