From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcus Meissner Subject: Re: [2.6 patch] kernel/audit.c: change the exports to EXPORT_SYMBOL_GPL Date: Sun, 29 Jul 2007 21:33:39 +0200 Message-ID: <20070729193339.GA29518@suse.de> References: <20070729150233.GX16817@stusta.de> <1185734433.346.33.camel@laptopd505.fenrus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx2.redhat.com (mx2.redhat.com [10.255.15.25]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l6TJXnVU024465 for ; Sun, 29 Jul 2007 15:33:49 -0400 Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by mx2.redhat.com (8.13.1/8.13.1) with ESMTP id l6TJXjmB012832 for ; Sun, 29 Jul 2007 15:33:46 -0400 Content-Disposition: inline In-Reply-To: <1185734433.346.33.camel@laptopd505.fenrus.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Arjan van de Ven Cc: linux-audit@redhat.com, David Woodhouse , linux-kernel@vger.kernel.org, Adrian Bunk List-Id: linux-audit@redhat.com On Sun, Jul 29, 2007 at 11:40:33AM -0700, Arjan van de Ven wrote: > On Sun, 2007-07-29 at 17:02 +0200, Adrian Bunk wrote: > > This patch changes some completely unused audit exports from > > EXPORT_SYMBOL to EXPORT_SYMBOL_GPL. > > > > They are still completely unused, but hopefully some of the theoretical > > code that might use it will appear in the kernel in the near future... AppArmor uses the audit_log_* functions. (But it is GPL, so no worries). Ciao, Marcus