PERFORCE change 20233 for review

Robert Watson rwatson at freebsd.org
Sun Oct 27 06:38:16 GMT 2002


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

Change 20233 by rwatson at rwatson_tislabs on 2002/10/26 23:37:57

	Change missed in earlier merge: rename of the sysctl entry point.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#152 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#152 (text+ko) ====

@@ -319,7 +319,7 @@
 	int	(*mpo_check_system_reboot)(struct ucred *cred, int howto);
 	int	(*mpo_check_system_swapon)(struct ucred *cred,
 		    struct vnode *vp, struct label *label);
-	int	(*mpo_check_sysctl)(struct ucred *cred, int *name,
+	int	(*mpo_check_system_sysctl)(struct ucred *cred, int *name,
 		    u_int namelen, void *old, size_t *oldlenp, int inkernel,
 		    void *new, size_t newlen);
 	int	(*mpo_check_vnode_access)(struct ucred *cred,
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