From owner-p4-projects Thu Jan 2 13:26:16 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5CC2337B406; Thu, 2 Jan 2003 13:26:14 -0800 (PST) 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 0963E37B405 for ; Thu, 2 Jan 2003 13:26:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF7E43EA9 for ; Thu, 2 Jan 2003 13:26:13 -0800 (PST) (envelope-from green@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h02LQDfh036728 for ; Thu, 2 Jan 2003 13:26:13 -0800 (PST) (envelope-from green@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h02LQD0e036725 for perforce@freebsd.org; Thu, 2 Jan 2003 13:26:13 -0800 (PST) Date: Thu, 2 Jan 2003 13:26:13 -0800 (PST) Message-Id: <200301022126.h02LQD0e036725@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 23064 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=23064 Change 23064 by green@green_laptop_2 on 2003/01/02 13:25:51 * Correct input of the security class paramater for the change_sid sysctl. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd_sysctl.c#8 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd_sysctl.c#8 (text+ko) ==== @@ -210,7 +210,7 @@ error = EINVAL; goto out; } - bcopy(&scontext[strlen(scontext) + 1], &tclass, sizeof(tclass)); + bcopy(&tcontext[strlen(tcontext) + 1], &tclass, sizeof(tclass)); /* * XXX We need POLICY_RDLOCK here, but it's not exported! */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message