From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932126AbWEAO4g (ORCPT ); Mon, 1 May 2006 10:56:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932128AbWEAO4g (ORCPT ); Mon, 1 May 2006 10:56:36 -0400 Received: from mail2.sea5.speakeasy.net ([69.17.117.4]:7133 "EHLO mail2.sea5.speakeasy.net") by vger.kernel.org with ESMTP id S932126AbWEAO4f (ORCPT ); Mon, 1 May 2006 10:56:35 -0400 Date: Mon, 1 May 2006 10:56:32 -0400 (EDT) From: James Morris X-X-Sender: jmorris@d.namei To: Jan Engelhardt cc: Greg KH , Arjan van de Ven , Christoph Hellwig , Andrew Morton , Stephen Smalley , T?r?k Edwin , linux-security-module@vger.kernel.org, Linux Kernel Mailing List , Chris Wright , Linus Torvalds Subject: Re: [PATCH 4/4] MultiAdmin module In-Reply-To: Message-ID: References: <20060417162345.GA9609@infradead.org> <1145293404.8542.190.camel@moss-spartans.epoch.ncsc.mil> <20060417173319.GA11506@infradead.org> <20060417195146.GA8875@kroah.com> <1145462454.3085.62.camel@laptopd505.fenrus.org> <20060419201154.GB20545@kroah.com> <20060421150529.GA15811@kroah.com> 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, 1 May 2006, Jan Engelhardt wrote: > +#if !defined(CONFIG_SECURITY_CAPABILITIES) && \ > + !defined(CONFIG_SECURITY_CAPABILITIES_MODULE) > +# error You need to have CONFIG_SECURITY_CAPABILITIES=y or =m \ > + for MultiAdmin to compile successfully. > +#endif This is what Kconfig language is for. > +typedef int bool; You won't get much worthwile review of this code until you clean it up and make it conform to kernel coding style. - James -- James Morris