Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 29 Apr 2002 03:21:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 29 Apr 2002 03:21:39 -0400 Received: from loewe.cosy.sbg.ac.at ([141.201.2.12]:43916 "EHLO loewe.cosy.sbg.ac.at") by vger.kernel.org with ESMTP id ; Mon, 29 Apr 2002 03:21:38 -0400 Date: Mon, 29 Apr 2002 09:21:36 +0200 (MET DST) From: "Thomas 'Dent' Mirlacher" To: Rolf Fokkens cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] module locking In-Reply-To: <200204290711.g3T7Bm217822@linux06.vertis.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 29 Apr 2002, Rolf Fokkens wrote: > This patch adds the option op locking module operations, which > means that no more insmod en rmmod operations are possible. This > hopefully satisfies some security requirements that state that no > modularized kernels should be used to be really safe in some > environents. you're describing exactly the bahaviour or using capabilities. see the capable(CAP_SYS_MODULE) calls you removed with your patch. tm -- in some way i do, and in some way i don't. - 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/