From fdb557c88ae3b7b4172af3d2810d55cf77e7bb7c Mon Sep 17 00:00:00 2001 From: Pratik Basyal Date: Thu, 6 Nov 2025 16:06:28 -0500 Subject: [PATCH] [Systems-Profiler] Officially unsupported OS removed (#1740) * Fedora and CentOS removed * David's feedback incorporated Co-authored-by: David Galiffi --------- Co-authored-by: David Galiffi --- projects/rocprofiler-systems/docs/install/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-systems/docs/install/install.rst b/projects/rocprofiler-systems/docs/install/install.rst index 7616da8fda..c6f19fad32 100644 --- a/projects/rocprofiler-systems/docs/install/install.rst +++ b/projects/rocprofiler-systems/docs/install/install.rst @@ -350,8 +350,8 @@ Issues with RHEL and SELinux RHEL (Red Hat Enterprise Linux) and related distributions of Linux automatically enable a security feature named SELinux (Security-Enhanced Linux) that prevents ROCm Systems Profiler from running. -This issue applies to any Linux distribution with SELinux installed, including RHEL, -CentOS, Fedora, and Rocky Linux. The problem can happen with any GPU, or even without a GPU. +This issue applies to any Linux distribution with SELinux installed, including RHEL and Rocky Linux. +The problem can happen with any GPU, or even without a GPU. The problem occurs after you instrument a program and try to run ``rocprof-sys-run`` with the instrumented program.