From owner-cvs-src@FreeBSD.ORG Tue Feb 28 08:02:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6A516A420; Tue, 28 Feb 2006 08:02:30 +0000 (GMT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2ABD43D46; Tue, 28 Feb 2006 08:02:29 +0000 (GMT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S82Tt9001810; Tue, 28 Feb 2006 08:02:29 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S82TQj001809; Tue, 28 Feb 2006 08:02:29 GMT (envelope-from luigi) Message-Id: <200602280802.k1S82TQj001809@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 28 Feb 2006 08:02:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/init Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 08:02:30 -0000 luigi 2006-02-28 08:02:29 UTC FreeBSD src repository Modified files: sbin/init Makefile Log: use standard mode instead of 500 for /sbin/init. As discussed on -current, there is no sensitive info in /sbin/init to prevent reading it from non-privileged users, nor any reason to remove the 'x' bit as the first thing the program does is check the uid and exit if it is not run by root. Instead (and this is why i make the change), mode 500 prevents operation when exporting the partition without -maproot=0 to diskless clients. All previuos releases are affected by the same problem, so a merge to RELENG_6 at least would be appropriate (after proper re@ approval of course). Revision Changes Path 1.33 +0 -1 src/sbin/init/Makefile