Provides command line interface to CMT, MBM, CAT and CDP technologies
Go to file
Tony Camuso d95f89389e Security patches for RHEL-214424 and RHEL-214298
JIRA: https://redhat.atlassian.net/browse/RHEL-214424
JIRA: https://redhat.atlassian.net/browse/RHEL-214298

- New security patches (0001-0003, unrelated to the install-path patches
  dropped in 25.04-1):
- 0001: Fix privileged file descriptor leak in rdtset
  Close all inherited non-stdio fds in the child process after sudo_drop()
  and before execvp() to prevent leaking MSR device descriptors to attacker-
  controlled sub-commands.
- 0002: Add O_CLOEXEC to long-lived descriptor opens in lib/machine.c and
  lib/lock.c as defense-in-depth against fd leaks across exec boundaries
  Resolves: RHEL-214298
- 0003: Fix symlink race condition in pqos safe_fopen()
  Replace fopen()   with open(O_NOFOLLOW) + fdopen() so symlink targets
  cannot be truncated before the post-open validation detects the symlink.
  Resolves: RHEL-214424

Signed-off-by: Tony Camuso <tcamuso@redhat.com>
2026-08-05 13:36:06 -04:00
.gitignore Update to 23.08 2023-09-27 16:54:40 +03:00
0001-rdtset-close-inherited-fds-before-execvp.patch Security patches for RHEL-214424 and RHEL-214298 2026-08-05 13:36:06 -04:00
0002-libpqos-add-O_CLOEXEC-to-MSR-and-lock-fd-opens.patch Security patches for RHEL-214424 and RHEL-214298 2026-08-05 13:36:06 -04:00
0003-pqos-safe_fopen-use-O_NOFOLLOW-to-prevent-symlink-race.patch Security patches for RHEL-214424 and RHEL-214298 2026-08-05 13:36:06 -04:00
gating.yaml Set up CI gating 2024-08-23 12:44:10 +02:00
intel-cmt-cat.spec Security patches for RHEL-214424 and RHEL-214298 2026-08-05 13:36:06 -04:00
sources Update to latest upstream v26.03 2026-06-17 16:50:35 -04:00