go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-oracle7.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 7.5 (Maipo)" 12 13 [files."/etc/oracle-release"] 14 content = "Oracle Linux Server release 7.5" 15 16 [files."/etc/os-release"] 17 content = """ 18 NAME="Oracle Linux Server" 19 VERSION="7.5" 20 ID="ol" 21 VERSION_ID="7.5" 22 PRETTY_NAME="Oracle Linux Server 7.5" 23 ANSI_COLOR="0;31" 24 CPE_NAME="cpe:/o:oracle:linux:7:5:server" 25 HOME_URL="https://linux.oracle.com/" 26 BUG_REPORT_URL="https://bugzilla.oracle.com/" 27 28 ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7" 29 ORACLE_BUGZILLA_PRODUCT_VERSION=7.5 30 ORACLE_SUPPORT_PRODUCT="Oracle Linux" 31 ORACLE_SUPPORT_PRODUCT_VERSION=7.5 32 """