From owner-freebsd-stable@FreeBSD.ORG Fri Feb 3 17:29:49 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9434E16A420 for ; Fri, 3 Feb 2006 17:29:49 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F3B43D45 for ; Fri, 3 Feb 2006 17:29:49 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id k13HTm36019183; Fri, 3 Feb 2006 09:29:48 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id k13HTmib019182; Fri, 3 Feb 2006 09:29:48 -0800 (PST) (envelope-from rizzo) Date: Fri, 3 Feb 2006 09:29:48 -0800 From: Luigi Rizzo To: stable@freebsd.org Message-ID: <20060203092948.A18780@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Cc: Subject: /sbin/init permissions X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 17:29:49 -0000 this is an old issue which i already brougth up some 5-6 years ago but probably got forgotten... /sbin/init is installed with very restrictive permissions: rizzo2# ls -l /sbin/init -r-x------ 1 root wheel 474696 Feb 2 12:27 /sbin/init rizzo2# which is terribly annoying when you have to set-up a diskless box and trying to share things without giving too much permissions. Can we change the permissions to 555 as for other normal programs ? There is nothing dangerous in that file to keep those permissions. cheers luigi