From owner-svn-src-head@FreeBSD.ORG Sun Dec 6 23:48:39 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FB941065670; Sun, 6 Dec 2009 23:48:39 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0F0408FC12; Sun, 6 Dec 2009 23:48:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nB6Nmcnh035407; Sun, 6 Dec 2009 23:48:38 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nB6NmcLh035405; Sun, 6 Dec 2009 23:48:38 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <200912062348.nB6NmcLh035405@svn.freebsd.org> From: Colin Percival Date: Sun, 6 Dec 2009 23:48:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r200194 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2009 23:48:39 -0000 Author: cperciva Date: Sun Dec 6 23:48:38 2009 New Revision: 200194 URL: http://svn.freebsd.org/changeset/base/200194 Log: Register a request that all changes to *env(3) be reviewed by secteam prior to commit due to the problematic history of this code. Modified: head/MAINTAINERS Modified: head/MAINTAINERS ============================================================================== --- head/MAINTAINERS Sun Dec 6 23:31:23 2009 (r200193) +++ head/MAINTAINERS Sun Dec 6 23:48:38 2009 (r200194) @@ -124,6 +124,8 @@ usr.bin/bluetooth emax Pre-commit review usr.sbin/bluetooth emax Pre-commit review preferred. gnu/usr.bin/send-pr bugmaster Pre-commit review requested. ncurses rafan Heads-up appreciated, try not to break it. +*env(3) secteam Due to the problematic security history of this + code, please have patches reviewed by secteam. Following are the entries from the Makefiles, and a few other sources. Please remove stale entries from both their origin, and this file.