PERFORCE change 22466 for review
Chris Vance
cvance at freebsd.org
Wed Dec 18 16:21:12 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=22466
Change 22466 by cvance at cvance_laptop on 2002/12/18 08:20:24
Remove pathlen argument from load_policy call, add missing ';'
Affected files ...
.. //depot/projects/trustedbsd/mac/lib/libsebsd/sebsd_ss.h#3 edit
Differences ...
==== //depot/projects/trustedbsd/mac/lib/libsebsd/sebsd_ss.h#3 (text+ko) ====
@@ -76,8 +76,7 @@
__u32 scontext_len,
security_id_t *out_sid);
-extern int security_load_policy(const char *path,
- __u32 pathlen);
+extern int security_load_policy(const char *path);
extern int security_get_sids(security_id_t *sids,
__u32 *nel);
@@ -85,7 +84,7 @@
extern int security_get_user_contexts(const char *fromcontext,
const char *username,
const char *const **retcontexts,
- size_t *ncontexts)
+ 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