From owner-freebsd-questions@FreeBSD.ORG Tue Dec 18 21:40:29 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75C52A5B for ; Tue, 18 Dec 2012 21:40:29 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) by mx1.freebsd.org (Postfix) with ESMTP id F0F368FC0C for ; Tue, 18 Dec 2012 21:40:28 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id b57so627221eek.7 for ; Tue, 18 Dec 2012 13:40:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=FIMrUltBU983+ARMqLg5jmwuXLUkFyoerJoPPIcypQE=; b=Xkui77TVnHXyCcPm8m5YgG2GlDEpxGY/DkTqFdwCNDeCjeA4aBahxmkN6O6XrqikbB j6ivhYNzkUNXlmdCt+xig9j77b9JXZTNGen5KpfzM9vWVNNOILOce4lQJ4rEtIAflDK6 tDihEZ4BR9qY6M+edt3UMRg8CWEUoUze3oor5PcsXYnKlIvjqCXHVjYh+YqFg8npaLQo JmlhvYntDsuk/ow+PLvXIT3IEZounIEjDKrfJ3I7qs/mgqT1k7rMSSGEZFV+s6mPJb8t /AOvr7t1QcBpr+Oc7Xxv5HdSPuDddvB2r7NIrOSYX9S6y0JkxPpIpbLWBzvVCxud/R3M qUVA== X-Received: by 10.14.1.195 with SMTP id 43mr8922043eed.31.1355866375834; Tue, 18 Dec 2012 13:32:55 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id v46sm5618081eep.1.2012.12.18.13.32.53 (version=SSLv3 cipher=OTHER); Tue, 18 Dec 2012 13:32:54 -0800 (PST) Date: Tue, 18 Dec 2012 21:32:50 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: updatedb? Message-ID: <20121218213250.131de35c@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 21:40:29 -0000 On Tue, 18 Dec 2012 21:01:33 +0000 (UTC) Walter Hurry wrote: > $ sudo /usr/libexec/locate.updatedb > >>> WARNING > >>> Executing updatedb as root. This WILL reveal all filenames > >>> on your machine to all login users, which is a security risk. > $ > > Why is it a "security risk"? Security through obscurity? Really? In > this day and age? > > Or am I missing something? If permissions have been set to prevent other users reading filenames then obviously leaking file names is security issue.