From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] SELinux support Date: Tue, 16 Mar 2010 22:18:43 -0400 Message-ID: References: <4B8D68A7.6000907@redhat.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268792335 20367 80.91.229.12 (17 Mar 2010 02:18:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 17 Mar 2010 02:18:55 +0000 (UTC) Cc: Karel Klic To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 17 03:18:51 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 1NriqR-0001gd-EL for ged-emacs-devel@m.gmane.org; Wed, 17 Mar 2010 03:18:51 +0100 Original-Received: from localhost ([127.0.0.1]:57158 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NriqQ-0001RQ-Ey for ged-emacs-devel@m.gmane.org; Tue, 16 Mar 2010 22:18:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NriqL-0001RL-Ny for emacs-devel@gnu.org; Tue, 16 Mar 2010 22:18:45 -0400 Original-Received: from [199.232.76.173] (port=47690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NriqL-0001RD-1v for emacs-devel@gnu.org; Tue, 16 Mar 2010 22:18:45 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NriqJ-0004X3-Vu for emacs-devel@gnu.org; Tue, 16 Mar 2010 22:18:44 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49526) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NriqJ-0004Wz-OA for emacs-devel@gnu.org; Tue, 16 Mar 2010 22:18:43 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NriqJ-0007tk-H3; Tue, 16 Mar 2010 22:18:43 -0400 X-Spook: munitions Abbas LABLINK Crypto AG airframe cryptographic X-Ran: $577mq@XxZSFnNC+j^5wD}e{WRbT,m&u8qJPTS&y)hE=@~%6JhrcfahJ*[P~%6tFT6Gn2{ X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:122078 Archived-At: Karel Klic wrote: > I have created patches that add basic SELinux support into Emacs. This seems like a thorough patch, has anyone tried it out? All I can say is that it seems to work fine on a non-SELinux enabled system, ie doesn't break anything. :) On RHEL5.4, I have both libselinux and libselinux-devel installed, but SELinux is deactivated. However, nothing seems to provide a pkg-config file libselinux.pc, so the configure test fails to even find SELinux.