go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/groups/testdata/debian.toml (about) 1 [files."/etc/group"] 2 content ="""root:x:0: 3 bin:x:1: 4 daemon:x:2: 5 sys:x:3: 6 wheel:x:10: 7 cdrom:x:11: 8 mail:x:12:postfix 9 tape:x:30: 10 video:x:39: 11 ftp:x:50: 12 lock:x:54: 13 audio:x:63: 14 nobody:x:99: 15 users:x:100: 16 utmp:x:22: 17 utempter:x:35: 18 ssh_keys:x:999: 19 input:x:998: 20 systemd-journal:x:190: 21 systemd-network:x:192: 22 dbus:x:81: 23 sshd:x:74: 24 vagrant:x:1000:vagrant""" 25 26 [commands."uname -r"] 27 stdout = "4.19.76-linuxkit" 28 29 [commands."uname -s"] 30 stdout = "Linux" 31 32 [commands."uname -m"] 33 stdout = "x86_64" 34 35 [files."/etc/os-release"] 36 content = """ 37 PRETTY_NAME="Debian GNU/Linux 10 (buster)" 38 NAME="Debian GNU/Linux" 39 VERSION_ID="10" 40 VERSION="10 (buster)" 41 VERSION_CODENAME=buster 42 ID=debian 43 HOME_URL="https://www.debian.org/" 44 SUPPORT_URL="https://www.debian.org/support" 45 BUG_REPORT_URL="https://bugs.debian.org/" 46 """