Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 14 Nov 2002 19:33:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 14 Nov 2002 19:33:30 -0500 Received: from zeus.kernel.org ([204.152.189.113]:27823 "EHLO zeus.kernel.org") by vger.kernel.org with ESMTP id ; Thu, 14 Nov 2002 19:33:29 -0500 Date: Thu, 14 Nov 2002 13:31:54 -0800 From: William Lee Irwin III To: Benjamin LaHaise Cc: Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [patch] remove hugetlb syscalls Message-ID: <20021114213154.GN23425@holomorphy.com> Mail-Followup-To: William Lee Irwin III , Benjamin LaHaise , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20021113184555.B10889@redhat.com> <20021114203035.GF22031@holomorphy.com> <20021114154809.D20258@redhat.com> <20021114210220.GM23425@holomorphy.com> <20021114161134.E20258@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021114161134.E20258@redhat.com> User-Agent: Mutt/1.3.25i Organization: The Domain of Holomorphy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 764 Lines: 17 On Thu, Nov 14, 2002 at 04:11:34PM -0500, Benjamin LaHaise wrote: > Oracle does not run as root, so they can't even use the syscalls > directly. At least with hugetlbfs we can chmod the filesystem to be > owned by the oracle user. Okay, the advantage with respect to permissions is clear; now there is a correction to the permissions checking I should do, as CAP_IPC_LOCK is currently checked in ->f_ops->mmap(), but the permissions are enforcible by means of ordinary vfs permissions, and so it's redundant. Bill - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/