go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-oracle6.toml (about) 1 [commands."uname -s"] 2 stdout = "Linux" 3 4 [commands."uname -m"] 5 stdout = "x86_64" 6 7 [commands."uname -r"] 8 stdout = "4.9.125-linuxkit" 9 10 [files."/etc/redhat-release"] 11 content = "Red Hat Enterprise Linux Server release 6.9 (Santiago)" 12 13 [files."/etc/oracle-release"] 14 content = "Oracle Linux Server release 6.9" 15 16 [files."/etc/os-release"] 17 content = """ 18 NAME="Oracle Linux Server" 19 VERSION="6.9" 20 ID="ol" 21 VERSION_ID="6.9" 22 PRETTY_NAME="Oracle Linux Server 6.9" 23 ANSI_COLOR="0;31" 24 CPE_NAME="cpe:/o:oracle:linux:6:9:server" 25 HOME_URL="https://linux.oracle.com/" 26 BUG_REPORT_URL="https://bugzilla.oracle.com/" 27 28 ORACLE_BUGZILLA_PRODUCT="Oracle Linux 6" 29 ORACLE_BUGZILLA_PRODUCT_VERSION=6.9 30 ORACLE_SUPPORT_PRODUCT="Oracle Linux" 31 ORACLE_SUPPORT_PRODUCT_VERSION=6.9 32 """