From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0pAS-0005Ry-Ls for guix-patches@gnu.org; Wed, 19 Apr 2017 08:57:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0pAM-0002oX-PI for guix-patches@gnu.org; Wed, 19 Apr 2017 08:57:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57471) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0pAM-0002oP-Lz for guix-patches@gnu.org; Wed, 19 Apr 2017 08:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0pAM-0005Ru-D1 for guix-patches@gnu.org; Wed, 19 Apr 2017 08:57:02 -0400 Subject: bug#26561: [PATCH 0/9] SELinux Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0p9h-00055O-R8 for guix-patches@gnu.org; Wed, 19 Apr 2017 08:56:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0p9c-0002Os-Rt for guix-patches@gnu.org; Wed, 19 Apr 2017 08:56:21 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21136) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0p9c-0002NN-Kz for guix-patches@gnu.org; Wed, 19 Apr 2017 08:56:16 -0400 From: Ricardo Wurmus Date: Wed, 19 Apr 2017 14:56:08 +0200 Message-Id: <20170419125608.31664-1-rekado@elephly.net> 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: 26561@debbugs.gnu.org Cc: Ricardo Wurmus This patch series adds SELinux libraries and tools. Ricardo Wurmus (9): gnu: Add libsepol. gnu: Add checkpolicy. gnu: Add libselinux. gnu: Add libsemanage. gnu: Add secilc. gnu: Add python-sepolgen. gnu: Add python-ipy. gnu: Add python-setools. gnu: Add policycoreutils. gnu/local.mk | 2 + gnu/packages/networking.scm | 20 +- ...policycoreutils-make-sepolicy-use-python3.patch | 335 +++++++++++++++ gnu/packages/selinux.scm | 475 +++++++++++++++++++++ 4 files changed, 831 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/patches/policycoreutils-make-sepolicy-use-python3.patch create mode 100644 gnu/packages/selinux.scm -- 2.12.2