From owner-p4-projects Tue Oct 8 7: 7:17 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8DE2C37B404; Tue, 8 Oct 2002 07:07: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 1CFBB37B401 for ; Tue, 8 Oct 2002 07:07:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B844C43E42 for ; Tue, 8 Oct 2002 07:07:14 -0700 (PDT) (envelope-from green@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g98E7ECo083453 for ; Tue, 8 Oct 2002 07:07:14 -0700 (PDT) (envelope-from green@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g98E7ElS083450 for perforce@freebsd.org; Tue, 8 Oct 2002 07:07:14 -0700 (PDT) Date: Tue, 8 Oct 2002 07:07:14 -0700 (PDT) Message-Id: <200210081407.g98E7ElS083450@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 18931 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=18931 Change 18931 by green@green_laptop_2 on 2002/10/08 07:06:13 I don't need to decrease the context length reported by 1. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#33 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#33 (text+ko) ==== @@ -434,7 +434,7 @@ vsec = SLOT(vnodelabel); - context_len = sizeof(context) - 1; /* TBD: bad fixed length */ + context_len = sizeof(context); /* TBD: bad fixed length */ error = vn_extattr_get(vp, IO_NODELOCKED, SEBSD_MAC_EXTATTR_NAMESPACE, SEBSD_MAC_EXTATTR_NAME, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message