mbox series

[00/13] selinux-packages: bump to 3.7

Message ID 20240916151206.947484-1-adam.duskett@amarulasolutions.com
Headers show
Series selinux-packages: bump to 3.7 | expand

Message

Adam Duskett Sept. 16, 2024, 3:11 p.m. UTC
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

Comments

Thomas Petazzoni Oct. 26, 2024, 4:08 p.m. UTC | #1
Hello Adam,

On Mon, 16 Sep 2024 17:11:53 +0200
Adam Duskett <adam.duskett@amarulasolutions.com> wrote:

> 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.

Thanks for having run the unit tests, much appreciated!

> 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

All those patches applied up to here.

>   package/audit/S02auditd: fix shellcheck and check-package warnings
>   package/audit: bump version to 4.0.2

I'll reply on those two ones.

Thanks!

Thomas