From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.devel Subject: Re: unsafep - Malicious code detector Date: Mon, 13 May 2002 21:04:55 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <87k7q7kgx4.fsf@deneb.enyo.de> References: <3CA5E22D.FF89331E@comcast.net> <200204010516.g315Gom11017@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1021352318 30140 127.0.0.1 (14 May 2002 04:58:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 14 May 2002 04:58:38 +0000 (UTC) Cc: jyavner@comcast.net, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 177UOU-0007q1-00 for ; Tue, 14 May 2002 06:58:38 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 177UZM-0002sS-00 for ; Tue, 14 May 2002 07:09:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177UOg-0007Vq-00; Tue, 14 May 2002 00:58:50 -0400 Original-Received: from delysid.gnu.org ([158.121.106.20]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177LvR-000436-00; Mon, 13 May 2002 15:56:05 -0400 Original-Received: from cygnus-ext.enyo.de ([212.9.189.162] helo=mail.enyo.de) by delysid.gnu.org with esmtp (Exim 3.34 #2) id 177L84-0004dg-00; Mon, 13 May 2002 15:05:04 -0400 Original-Received: from [212.9.189.171] (helo=deneb.enyo.de) by mail.enyo.de with esmtp (Exim 3.34 #2) id 177L7t-0004q6-00; Mon, 13 May 2002 21:04:53 +0200 Original-Received: from fw by deneb.enyo.de with local (Exim 3.34 #4) id 177L7v-0000sQ-00; Mon, 13 May 2002 21:04:55 +0200 Original-To: rms@gnu.org Mail-Followup-To: rms@gnu.org, jyavner@comcast.net, emacs-devel@gnu.org In-Reply-To: <200204010516.g315Gom11017@aztec.santafe.edu> (Richard Stallman's message of "Sun, 31 Mar 2002 22:16:50 -0700 (MST)") Original-Lines: 8 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3892 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3892 Richard Stallman writes: > ;; This is a simplistic implementation that does not allow any access to > ;; files or buffers or global variables. > > Why not allow read-access to files, buffers and global variables? Read access to files opens covert channels (using the file atime).