Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/10] Enable SELinux Support in Existing Packages
@ 2013-09-06  1:04 Ryan Barnett
  2013-09-06  1:04 ` [Buildroot] [PATCH 01/10] sysvinit: add support for SELinux Ryan Barnett
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Ryan Barnett @ 2013-09-06  1:04 UTC (permalink / raw)
  To: buildroot

This is the second set (of three) of patches to add SELinux support in 
buildroot. This patch set adds support for SELinux to existing packages
in buildroot. This patch set is meant to be a follow-up to Clayton 
Shotwell's submission of "SELinux Buildroot Additions".

In order to be able to test build existing packages with SELinux support, 
Clayton Shotwell's SELinux Buildroot Additions must first be applied.

Ryan Barnett (10):
  sysvinit: add support for SELinux
  sysvinit: install new cmds and fix inittab
  sysvinit: add patch for libcrypt
  util-linux: add suport for SELinux
  linux-pam: add support for SELinux
  openssh: add support for SELinux
  logrotate: add support for SELinux
  coreutils: add support for SELinux
  dbus: add support for SELinux
  busybox: add support for SELinux

 .../busybox/1.21.1/busybox-1.21.1-pkg-config.patch |   13 ++++++++++++
 package/coreutils/coreutils.mk                     |    8 +++++++
 package/dbus/dbus.mk                               |   10 ++++++++-
 ...t_log_acct_message_return_value_check_fix.patch |   16 +++++++++++++++
 ...inux-pam-sepermit-install-path-correction.patch |   11 ++++++++++
 package/linux-pam/linux-pam.mk                     |   14 +++++++++++++
 package/logrotate/logrotate.mk                     |   11 +++++++++-
 package/openssh/openssh.mk                         |   12 +++++++++++
 package/sysvinit/inittab                           |    1 +
 .../sysvinit-0001-libcrypt_check_fix.patch         |   13 ++++++++++++
 .../sysvinit-0002-selinux_flag_addition_fix.patch  |   15 ++++++++++++++
 package/sysvinit/sysvinit.mk                       |   12 ++++++++++-
 ...-linux-002-program-invocation-short-name.patch} |    0
 .../util-linux-003-libmount-libselinux-fix.patch   |   21 ++++++++++++++++++++
 package/util-linux/util-linux.mk                   |   21 ++++++++++++++++++++
 15 files changed, 175 insertions(+), 3 deletions(-)
 create mode 100644 package/busybox/1.21.1/busybox-1.21.1-pkg-config.patch
 create mode 100644 package/linux-pam/linux-pam-audit_log_acct_message_return_value_check_fix.patch
 create mode 100644 package/linux-pam/linux-pam-sepermit-install-path-correction.patch
 create mode 100644 package/sysvinit/sysvinit-0001-libcrypt_check_fix.patch
 create mode 100644 package/sysvinit/sysvinit-0002-selinux_flag_addition_fix.patch
 rename package/util-linux/{util-linux-003-program-invocation-short-name.patch => util-linux-002-program-invocation-short-name.patch} (100%)
 create mode 100644 package/util-linux/util-linux-003-libmount-libselinux-fix.patch

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2013-09-11 14:58 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06  1:04 [Buildroot] [PATCH 00/10] Enable SELinux Support in Existing Packages Ryan Barnett
2013-09-06  1:04 ` [Buildroot] [PATCH 01/10] sysvinit: add support for SELinux Ryan Barnett
2013-09-08 16:27   ` Thomas Petazzoni
2013-09-06  1:04 ` [Buildroot] [PATCH 02/10] sysvinit: install new cmds and fix inittab Ryan Barnett
2013-09-08 16:29   ` Thomas Petazzoni
2013-09-06  1:04 ` [Buildroot] [PATCH 03/10] sysvinit: add patch for libcrypt Ryan Barnett
2013-09-08 16:31   ` Thomas Petazzoni
2013-09-06  1:04 ` [Buildroot] [PATCH 04/10] util-linux: add suport for SELinux Ryan Barnett
2013-09-08 16:32   ` Thomas Petazzoni
2013-09-06  1:04 ` [Buildroot] [PATCH 05/10] linux-pam: add support " Ryan Barnett
2013-09-08 16:33   ` Thomas Petazzoni
2013-09-06  1:04 ` [Buildroot] [PATCH 06/10] openssh: " Ryan Barnett
2013-09-08 16:35   ` Thomas Petazzoni
2013-09-06  1:04 ` [Buildroot] [PATCH 07/10] logrotate: " Ryan Barnett
2013-09-08 16:36   ` Thomas Petazzoni
2013-09-06  1:04 ` [Buildroot] [PATCH 08/10] coreutils: " Ryan Barnett
2013-09-08 16:36   ` Thomas Petazzoni
2013-09-06  1:04 ` [Buildroot] [PATCH 09/10] dbus: " Ryan Barnett
2013-09-08 16:40   ` Thomas Petazzoni
2013-09-06  1:04 ` [Buildroot] [PATCH 10/10] busybox: " Ryan Barnett
2013-09-08 16:46   ` Thomas Petazzoni
2013-09-08 16:26 ` [Buildroot] [PATCH 00/10] Enable SELinux Support in Existing Packages Thomas Petazzoni
2013-09-09 13:40   ` rjbarnet at rockwellcollins.com
2013-09-11 11:48     ` Thomas De Schampheleire
2013-09-11 14:58       ` Ryan Barnett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox