go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-rhel-9.toml (about)

     1  [commands."uname -s"]
     2  stdout = "Linux"
     3  
     4  [commands."uname -m"]
     5  stdout = "aarch64"
     6  
     7  [commands."uname -r"]
     8  stdout = "5.10.104-linuxkit"
     9  
    10  [files."/etc/redhat-release"]
    11  content = "Red Hat Enterprise Linux release 9.0 (Plow)"
    12  
    13  [files."/etc/os-release"]
    14  content = """
    15  NAME="Red Hat Enterprise Linux"
    16  VERSION="9.0 (Plow)"
    17  ID="rhel"
    18  ID_LIKE="fedora"
    19  VERSION_ID="9.0"
    20  PLATFORM_ID="platform:el9"
    21  PRETTY_NAME="Red Hat Enterprise Linux 9.0 (Plow)"
    22  ANSI_COLOR="0;31"
    23  LOGO="fedora-logo-icon"
    24  CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos"
    25  HOME_URL="https://www.redhat.com/"
    26  DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/9/"
    27  BUG_REPORT_URL="https://bugzilla.redhat.com/"
    28  
    29  REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 9"
    30  REDHAT_BUGZILLA_PRODUCT_VERSION=9.0
    31  REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
    32  REDHAT_SUPPORT_PRODUCT_VERSION="9.0"
    33  """