All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/13] selinux-packages: bump to 3.7
@ 2024-09-16 15:11 Adam Duskett
  2024-09-16 15:11 ` [Buildroot] [PATCH 01/13] package/libsepol: bump version " Adam Duskett
                   ` (13 more replies)
  0 siblings, 14 replies; 22+ messages in thread
From: Adam Duskett @ 2024-09-16 15:11 UTC (permalink / raw)
  To: buildroot; +Cc: Marcus Folkesson, Adam Duskett, Antoine Tenart, Marek Belisko

No large changes other than the following:
  - setools 0001-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch
    needed to be refactored to work with 4.5.1

  - The audit package needed to be cleaned up and a new init.d service file
    added.

Other than those two things, it's a very straight-forward patch series.

All SELinux unit tests pass.

Adam Duskett (13):
  package/libsepol: bump version to 3.7
  package/libsemanage: bump version to 3.7
  package/libselinux: bump version to 3.7
  package/policycoreutils: bump version to 3.7
  package/checkpolicy: bump version to 3.7
  package/restorecond: bump version to 3.7
  package/semodule-utils: bump to version 3.7
  package/selinux-python: bump to version 3.7
  package/setools: bump version to 4.5.1
  package/refpolicy: bump version to 2.20240226
  package/polkit: bump version to 125
  package/audit/S02auditd: fix shellcheck and check-package warnings
  package/audit: bump version to 4.0.2

 package/audit/S02auditd                       | 80 ---------------
 package/audit/S02augenrules                   | 31 ++++++
 package/audit/S03auditd                       | 82 ++++++++++++++++
 package/audit/audit.hash                      |  2 +-
 package/audit/audit.mk                        | 20 ++--
 package/checkpolicy/checkpolicy.hash          |  2 +-
 package/checkpolicy/checkpolicy.mk            |  2 +-
 package/libselinux/libselinux.hash            |  2 +-
 package/libselinux/libselinux.mk              |  2 +-
 package/libsemanage/libsemanage.hash          |  2 +-
 package/libsemanage/libsemanage.mk            |  2 +-
 package/libsepol/libsepol.hash                |  2 +-
 package/libsepol/libsepol.mk                  |  2 +-
 package/policycoreutils/policycoreutils.hash  |  2 +-
 package/policycoreutils/policycoreutils.mk    |  2 +-
 package/polkit/polkit.hash                    |  2 +-
 package/polkit/polkit.mk                      |  4 +-
 package/refpolicy/refpolicy.hash              |  2 +-
 package/refpolicy/refpolicy.mk                |  2 +-
 package/restorecond/restorecond.hash          |  2 +-
 package/restorecond/restorecond.mk            |  2 +-
 package/selinux-python/selinux-python.hash    |  2 +-
 package/selinux-python/selinux-python.mk      |  2 +-
 package/semodule-utils/semodule-utils.hash    |  2 +-
 package/semodule-utils/semodule-utils.mk      |  2 +-
 ...e-setools.InfoFlowAnalysis-and-setoo.patch | 98 +++++++------------
 package/setools/setools.hash                  |  2 +-
 package/setools/setools.mk                    |  2 +-
 28 files changed, 181 insertions(+), 178 deletions(-)
 delete mode 100644 package/audit/S02auditd
 create mode 100644 package/audit/S02augenrules
 create mode 100644 package/audit/S03auditd

-- 
2.46.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-11-02 22:04 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16 15:11 [Buildroot] [PATCH 00/13] selinux-packages: bump to 3.7 Adam Duskett
2024-09-16 15:11 ` [Buildroot] [PATCH 01/13] package/libsepol: bump version " Adam Duskett
2024-09-16 15:11 ` [Buildroot] [PATCH 02/13] package/libsemanage: " Adam Duskett
2024-09-16 15:11 ` [Buildroot] [PATCH 03/13] package/libselinux: " Adam Duskett
2024-09-16 15:11 ` [Buildroot] [PATCH 04/13] package/policycoreutils: " Adam Duskett
2024-09-16 15:11 ` [Buildroot] [PATCH 05/13] package/checkpolicy: " Adam Duskett
2024-09-16 15:11 ` [Buildroot] [PATCH 06/13] package/restorecond: " Adam Duskett
2024-09-16 15:12 ` [Buildroot] [PATCH 07/13] package/semodule-utils: bump to version 3.7 Adam Duskett
2024-09-16 15:12 ` [Buildroot] [PATCH 08/13] package/selinux-python: " Adam Duskett
2024-09-16 15:12 ` [Buildroot] [PATCH 09/13] package/setools: bump version to 4.5.1 Adam Duskett
2024-09-16 15:12 ` [Buildroot] [PATCH 10/13] package/refpolicy: bump version to 2.20240226 Adam Duskett
2024-09-16 15:12 ` [Buildroot] [PATCH 11/13] package/polkit: bump version to 125 Adam Duskett
2024-11-02 22:03   ` Romain Naour via buildroot
2024-09-16 15:12 ` [Buildroot] [PATCH 12/13] package/audit/S02auditd: fix shellcheck and check-package warnings Adam Duskett
2024-10-26 16:09   ` Thomas Petazzoni via buildroot
2024-10-27 22:03     ` Fiona Klute via buildroot
2024-09-16 15:12 ` [Buildroot] [PATCH 13/13] package/audit: bump version to 4.0.2 Adam Duskett
2024-10-26 16:18   ` Thomas Petazzoni via buildroot
2024-10-27 10:06     ` Julien Olivain
2024-10-27 16:45     ` Fiona Klute via buildroot
2024-10-27 18:12       ` Thomas Petazzoni via buildroot
2024-10-26 16:08 ` [Buildroot] [PATCH 00/13] selinux-packages: bump to 3.7 Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.