go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-gentoo.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/gentoo-release"] 11 content = "Gentoo Base System release 2.4.1" 12 13 [files."/etc/os-release"] 14 content = """ 15 NAME=Gentoo 16 ID=gentoo 17 PRETTY_NAME="Gentoo/Linux" 18 ANSI_COLOR="1;32" 19 HOME_URL="https://www.gentoo.org/" 20 SUPPORT_URL="https://www.gentoo.org/support/" 21 BUG_REPORT_URL="https://bugs.gentoo.org/" 22 """