Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2002 08:21:12 -0800 (PST)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22466 for review
Message-ID:  <200212181621.gBIGLCDT011806@repoman.freebsd.org>

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

Change 22466 by cvance@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@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?200212181621.gBIGLCDT011806>