From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: code signing with foreign function interface? Date: Mon, 08 Mar 2010 03:04:47 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1268035595 21492 80.91.229.12 (8 Mar 2010 08:06:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2010 08:06:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 08 09:06:31 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NoXyd-0000SG-NP for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 09:06:11 +0100 Original-Received: from localhost ([127.0.0.1]:38010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoXyd-0005Eb-5g for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 03:06:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoXxK-0004jY-Db for emacs-devel@gnu.org; Mon, 08 Mar 2010 03:04:50 -0500 Original-Received: from [199.232.76.173] (port=47415 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoXxJ-0004jE-UU for emacs-devel@gnu.org; Mon, 08 Mar 2010 03:04:49 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NoXxI-0002Y1-4d for emacs-devel@gnu.org; Mon, 08 Mar 2010 03:04:49 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55773) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NoXxH-0002Xs-Ef for emacs-devel@gnu.org; Mon, 08 Mar 2010 03:04:47 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NoXxH-0005jM-5y; Mon, 08 Mar 2010 03:04:47 -0500 In-reply-to: (joakim@verona.se) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121729 Archived-At: If code signing of dynamic libraries is employed, the end-user can be made aware he is breaking the intentions of the GPL. Would this be enough to satisfy the requirements for an Emacs FFI? We gave GCC a plug-in interface last year, after developing a method to make it safer. So now it is ok to do this in Emacs as well. I will ask someone to write down the details and put them in the GNU coding standards.