From owner-p4-projects Tue Apr 16 9: 9:18 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7CC3037B41C; Tue, 16 Apr 2002 09:09:11 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3718137B405 for ; Tue, 16 Apr 2002 09:09:10 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3GG99o55816 for perforce@freebsd.org; Tue, 16 Apr 2002 09:09:09 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Tue, 16 Apr 2002 09:09:09 -0700 (PDT) Message-Id: <200204161609.g3GG99o55816@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 9830 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://people.freebsd.org/~peter/p4db/chv.cgi?CH=9830 Change 9830 by rwatson@rwatson_curry on 2002/04/16 09:09:00 suser API sync Affected files ... ... //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#123 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#123 (text+ko) ==== @@ -1363,7 +1363,7 @@ * policies impose this check themselves if required by the * policy. Eventually, this should go away. */ - error = suser_xxx(cred, NULL, 0); + error = suser_cred(cred, 0); if (error) return (error); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message