From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Martin Date: Tue, 14 Jul 2015 17:19:34 +0200 Subject: [Buildroot] [PATCH v8 03/16] busybox: applets as individual binaries In-Reply-To: <1436570882-56442-4-git-send-email-clayton.shotwell@rockwellcollins.com> References: <1436570882-56442-1-git-send-email-clayton.shotwell@rockwellcollins.com> <1436570882-56442-4-git-send-email-clayton.shotwell@rockwellcollins.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Sat, Jul 11, 2015 at 1:27 AM, Clayton Shotwell wrote: > The individual binaries option of busybox allows for the applets > that would usually be symlinks to be built as individual applications > that link against a shared library. > > This feature is needed for SELinux to allow the applications to run > under the correct SELinux context. > > The patch being added allows the individual applications to be > installed and will be upstreamed to the busybox developers. > > The initial work for this change was done by Thomas Petazzoni > . > > Signed-off-by: Clayton Shotwell > Signed-off-by: Matthew Weber Reviewed-by: Samuel Martin Regards, -- Samuel