From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karel Klic Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] SELinux support Date: Fri, 30 Apr 2010 08:43:39 +0200 Message-ID: <4BDA7C1B.5040807@redhat.com> References: <4B8D68A7.6000907@redhat.com> <4BA22BB1.9040709@redhat.com> <4BB0B0EC.2090704@redhat.com> <87mxwucknz.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1272609925 8083 80.91.229.12 (30 Apr 2010 06:45:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Apr 2010 06:45:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 30 08:45:24 2010 connect(): No such file or directory 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 1O7jyV-00033i-7X for ged-emacs-devel@m.gmane.org; Fri, 30 Apr 2010 08:45:23 +0200 Original-Received: from localhost ([127.0.0.1]:38855 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7jyU-0006Y6-Os for ged-emacs-devel@m.gmane.org; Fri, 30 Apr 2010 02:45:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7jx3-00068l-8z for emacs-devel@gnu.org; Fri, 30 Apr 2010 02:43:53 -0400 Original-Received: from [140.186.70.92] (port=60164 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7jx1-00067h-RD for emacs-devel@gnu.org; Fri, 30 Apr 2010 02:43:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7jx0-0005h6-R4 for emacs-devel@gnu.org; Fri, 30 Apr 2010 02:43:51 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:11191) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7jwx-0005gA-Hn; Fri, 30 Apr 2010 02:43:47 -0400 Original-Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3U6hf67029141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 30 Apr 2010 02:43:41 -0400 Original-Received: from [10.11.10.92] (vpn-10-92.rdu.redhat.com [10.11.10.92]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3U6he0s027565; Fri, 30 Apr 2010 02:43:40 -0400 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.4 In-Reply-To: <87mxwucknz.fsf@gmx.de> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:124344 Archived-At: Hi Michael, I'll test it. I'm updating my Emacs installation today. My apology for late response, I was not on-line for the last week or so. Karel Dne 23.4.2010 16:23, Michael Albinus napsal(a): > Karel Klic writes: > > Hi Karel, > >> The attached patch fixes file save operation using Tramp package with >> the SELinux patches applied. > > I have committed a patch, which adds Tramp handlers for SELinux. I don't > know whether you use Tramp - if yes, it would be great if you could test it. > >> Karel > > Best regards, Michael.