From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751257AbWAVOgV (ORCPT ); Sun, 22 Jan 2006 09:36:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751267AbWAVOgV (ORCPT ); Sun, 22 Jan 2006 09:36:21 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:1478 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S1751257AbWAVOgV (ORCPT ); Sun, 22 Jan 2006 09:36:21 -0500 Subject: Re: [PATCH] add /proc/*/pmap files From: Arjan van de Ven To: Albert Cahalan Cc: linux-kernel@vger.kernel.org, akpm@osdl.org In-Reply-To: <787b0d920601220150n2e34e376i856cc583a372e1f2@mail.gmail.com> References: <787b0d920601220150n2e34e376i856cc583a372e1f2@mail.gmail.com> Content-Type: text/plain Date: Sun, 22 Jan 2006 15:36:17 +0100 Message-Id: <1137940577.3328.14.camel@laptopd505.fenrus.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2006-01-22 at 04:50 -0500, Albert Cahalan wrote: > This adds a few things needed by the pmap command. > They show up in /proc/*/pmap files. also since this shows filenames and such, could you make the permissions of the pmap file be 0400 ? (yes I know some others in the same dir aren't 0400 yet, but I hope that that can be changed in the future, adding more of these should be avoided for information-leak/exposure reasons)