From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLat1-0007g0-Ik for guix-patches@gnu.org; Tue, 30 Apr 2019 18:06:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLat0-0002pu-Cg for guix-patches@gnu.org; Tue, 30 Apr 2019 18:06:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57384) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hLat0-0002pl-9C for guix-patches@gnu.org; Tue, 30 Apr 2019 18:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hLat0-0005lx-2V for guix-patches@gnu.org; Tue, 30 Apr 2019 18:06:02 -0400 Subject: [bug#35514] [PATCH 0/1] gnu: emacs: Add libselinux to inputs. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:43687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLasc-00076D-74 for guix-patches@gnu.org; Tue, 30 Apr 2019 18:05:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLalV-0008Id-CM for guix-patches@gnu.org; Tue, 30 Apr 2019 17:58:18 -0400 Received: from sender-pp-o92.zoho.eu ([185.20.209.252]:25311) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLalU-0008I5-Rj for guix-patches@gnu.org; Tue, 30 Apr 2019 17:58:17 -0400 From: wednesday Message-ID: <20190430215755.4894-1-jessejohngildersleve@zohomail.eu> Date: Tue, 30 Apr 2019 22:57:54 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35514@debbugs.gnu.org Cc: wednesday Adding libselinux to the inputs of emacs allows it to support it's extended file attributes, so emacs can get and set the selinux context of a file, as explained near the bottom of these pages here: https://www.gnu.org/software/emacs/manual/html_node/elisp/Extended-Attribut= es.html https://www.gnu.org/software/emacs/manual/html_node/elisp/Changing-Files.ht= ml wednesday (1): gnu: emacs: Add libselinux to inputs. gnu/packages/emacs.scm | 2 ++ 1 file changed, 2 insertions(+) --=20 2.21.0