Script to launch privileged container with podman
Go to file
Debarshi Ray ce35655698 Silence 'rpminspect --tests=stack-prot'
The stack-prot test [1] currently fails in Fedora and RHEL 10.  On
Fedora, it says:
  Hardened: /usr/bin/toolbox: FAIL: stack-prot test because stack
      protection not enabled (lto:_cgo_6f668e16310a_Cfunc_mygetgrnam_r)

According to the documentation [1], the test is supposed to pass if the
C compiler is GCC and it was used with the -fstack-protector-strong
option.  That's definitely the case, since both Fedora and RHEL 10 use
GCC by default, and their default build flags (including %optflags)
include -fstack-protector-strong.

There's also no function called mygetgrnam() in neither Toolbx nor its
chain of dependencies.

Therefore, temporarily disable the stack-prot test to prevent the Fedora
and RHEL CIs from failing.

[1] https://sourceware.org/annobin/annobin.html/Test-stack-prot.html

Resolves: RHEL-33522
2024-07-11 11:23:33 +02:00
tests tests: Remove trailing whitespace 2023-12-19 13:25:48 +01:00
.gitignore Update to 0.0.99.5 2023-12-19 13:28:45 +01:00
gating.yaml Added fedora gating 2021-08-18 12:41:51 +01:00
README.md Added the README 2019-03-01 16:46:10 +00:00
rpminspect.yaml Silence 'rpminspect --tests=stack-prot' 2024-07-11 11:23:33 +02:00
sources Update to 0.0.99.5 2023-12-19 13:28:45 +01:00
toolbox-Add-migration-paths-for-coreos-toolbox-users.patch Add missing files for RHEL builds 2023-06-26 15:08:36 +02:00
toolbox-Make-the-build-flags-match-Fedora-s-gobuild-for-PPC64.patch Update to 0.0.99.5 2023-12-19 13:28:45 +01:00
toolbox-Make-the-build-flags-match-Fedora-s-gobuild.patch Update to 0.0.99.5 2023-12-19 13:28:45 +01:00
toolbox-Make-the-build-flags-match-RHEL-s-gobuild-for-PPC64.patch Pull in the rest of the RHEL specific patches to further unify the build 2023-06-26 15:27:07 +02:00
toolbox-Make-the-build-flags-match-RHEL-s-gobuild.patch Pull in the rest of the RHEL specific patches to further unify the build 2023-06-26 15:27:07 +02:00
toolbox-playbooks-test-system-bats-1.11-podman-5.patch Unbreak the tests with Podman 5.0 2024-06-19 16:22:33 +02:00
toolbox-test-system-new.patch Unbreak Podman's downstream Fedora CI (part 2) 2024-03-26 01:04:22 +01:00
toolbox-test-system-Unbreak-Podman-s-downstream-Fedora-CI.patch Unbreak Podman's downstream Fedora CI (part 2) 2024-03-26 01:04:22 +01:00
toolbox.conf Add missing files for RHEL builds 2023-06-26 15:08:36 +02:00
toolbox.spec Silence 'rpminspect --tests=stack-prot' 2024-07-11 11:23:33 +02:00

toolbox

The toolbox package