From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from www.twobit.us (www.twobit.us [50.19.210.51]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5CB5BE016C8 for ; Wed, 9 Oct 2013 05:31:23 -0700 (PDT) Received: from c-76-24-20-220.hsd1.ma.comcast.net ([76.24.20.220] helo=[10.79.148.145]) by www.twobit.us with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1VTsvC-00080S-Cu; Wed, 09 Oct 2013 12:31:22 +0000 Message-ID: <52554C25.4070205@twobit.us> Date: Wed, 09 Oct 2013 08:29:25 -0400 From: Philip Tricca User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130922 Icedove/17.0.9 MIME-Version: 1.0 To: joe@deserted.net References: <20131009030220.GC6721@longhaul.twobit.us> <20131009122318.GB5541@deserted.net> In-Reply-To: <20131009122318.GB5541@deserted.net> X-Enigmail-Version: 1.5.1 X-SA-Exim-Connect-IP: 76.24.20.220 X-SA-Exim-Mail-From: flihp@twobit.us X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on www.twobit.us X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 X-SA-Exim-Version: 4.2.1 (built Mon, 22 Mar 2010 06:26:47 +0000) X-SA-Exim-Scanned: Yes (on www.twobit.us) Cc: yocto@yoctoproject.org Subject: Re: [meta-selinux][PATCH 0/5] Remove python dependency from refpol. X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 12:31:24 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Morning Joe On 10/09/2013 08:23 AM, Joe MacDonald wrote: > [[meta-selinux][PATCH 0/5] Remove python dependency from refpol.] > On 13.10.09 (Wed 03:02) flihp@longhaul.twobit.us wrote: > >> The reference policy package currently pulls in a lot of python >> stuff that isn't strictly necessary to boot an SELinux system and >> load a policy. This is caused by the mix of python and C >> utilities in policycoreutils. >> >> This patch set breaks the policycoreutils recipe up into >> multiple packages, one for each utility. In this way we can have >> the refpol etc pull in only the utilities necessary for normal >> operation. This happens to be only the utilities written in C and >> thus we can remove python completely in a minimal image. >> >> I've attempted to localize these changes as much as possible so >> changes in this patchset outside of the policycoreutils recipe >> are few. An example image reicpe is added to demonstrate a >> minimal image with only the utilities required to load a policy >> and manipulate the policy store (add / remove policy modules) at >> runtime. > > Hey Philip, > > The patches never arrived in my mailbox and I don't see them in > patchworks. Can you re-send, please? I don't think this message made it to the list. Must have made it to you and Mark though. I've resent and will send patches momentarily. Cheers, - Philip