From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 13 16:06:29 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02DE416A400; Tue, 13 Feb 2007 16:06:29 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id D378213C46B; Tue, 13 Feb 2007 16:06:28 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1DG6S7R029279; Tue, 13 Feb 2007 16:06:28 GMT (envelope-from csjp@freefall.freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1DG6ShC029275; Tue, 13 Feb 2007 16:06:28 GMT (envelope-from csjp) Date: Tue, 13 Feb 2007 16:06:28 GMT From: "Christian S.J. Peron" Message-Id: <200702131606.l1DG6ShC029275@freefall.freebsd.org> To: csjp@FreeBSD.org, freebsd-bugs@FreeBSD.org, csjp@FreeBSD.org Cc: Subject: Re: bin/109102: sysctl security.mac.bsdextended is not consistent with the output of sysctl -d X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2007 16:06:29 -0000 Synopsis: sysctl security.mac.bsdextended is not consistent with the output of sysctl -d Responsible-Changed-From-To: freebsd-bugs->csjp Responsible-Changed-By: csjp Responsible-Changed-When: Tue Feb 13 16:04:35 UTC 2007 Responsible-Changed-Why: I will take ownership of this. This is not really a bug since the rules variable is of type CTLTYPE_NODE which only gets processed if the -d flag is set (by design). However we might need to look into the logic for printing newlines more carefully. http://www.freebsd.org/cgi/query-pr.cgi?pr=109102