From owner-p4-projects Sat Oct 26 23:39:16 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2296537B404; Sat, 26 Oct 2002 23:39:15 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEC837B401 for ; Sat, 26 Oct 2002 23:39:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A49F43E65 for ; Sat, 26 Oct 2002 23:39:14 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9R6cGmV074501 for ; Sat, 26 Oct 2002 23:38:16 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9R6cGiL074498 for perforce@freebsd.org; Sat, 26 Oct 2002 23:38:16 -0700 (PDT) Date: Sat, 26 Oct 2002 23:38:16 -0700 (PDT) Message-Id: <200210270638.g9R6cGiL074498@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 20233 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=20233 Change 20233 by rwatson@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@FreeBSD.org with "unsubscribe p4-projects" in the body of the message