go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-debian7.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/os-release"] 11 content = """ 12 PRETTY_NAME="Debian GNU/Linux 7 (wheezy)" 13 NAME="Debian GNU/Linux" 14 VERSION_ID="7" 15 VERSION="7 (wheezy)" 16 ID=debian 17 ANSI_COLOR="1;31" 18 HOME_URL="http://www.debian.org/" 19 SUPPORT_URL="http://www.debian.org/support/" 20 BUG_REPORT_URL="http://bugs.debian.org/" 21 """ 22 23 [files."/etc/debian_version"] 24 content = "7.11"