go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/kernel/testdata/centos7.toml (about) 1 2 [commands."uname -r"] 3 stdout = "3.10.0-1127.19.1.el7.x86_64" 4 5 [commands."uname -s"] 6 stdout = "Linux" 7 8 [commands."uname -m"] 9 stdout = "x86_64" 10 11 [files."/etc/os-release"] 12 content = """ 13 NAME="CentOS Linux" 14 VERSION="7 (Core)" 15 ID="centos" 16 ID_LIKE="rhel fedora" 17 VERSION_ID="7" 18 PRETTY_NAME="CentOS Linux 7 (Core)" 19 ANSI_COLOR="0;31" 20 CPE_NAME="cpe:/o:centos:centos:7" 21 HOME_URL="https://www.centos.org/" 22 BUG_REPORT_URL="https://bugs.centos.org/" 23 24 CENTOS_MANTISBT_PROJECT="CentOS-7" 25 CENTOS_MANTISBT_PROJECT_VERSION="7" 26 REDHAT_SUPPORT_PRODUCT="centos" 27 REDHAT_SUPPORT_PRODUCT_VERSION="7" 28 """ 29 30 [files."/proc/version"] 31 content = "Linux version 3.10.0-1127.19.1.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ) #1 SMP Tue Aug 25 17:23:54 UTC 2020" 32 33 [files."/proc/cmdline"] 34 content = "BOOT_IMAGE=/boot/vmlinuz-3.10.0-1127.19.1.el7.x86_64 root=UUID=ff6cbb65-ccab-489c-91a5-61b9b09e4d49 ro crashkernel=auto console=ttyS0,38400n8 elevator=noop\n" 35 36 [commands."/sbin/sysctl -a"] 37 stdout = """abi.vsyscall32 = 1 38 crypto.fips_enabled = 0 39 debug.exception-trace = 1 40 debug.kprobes-optimization = 1 41 debug.panic_on_rcu_stall = 0 42 dev.hpet.max-user-freq = 64 43 dev.mac_hid.mouse_button2_keycode = 97 44 dev.mac_hid.mouse_button3_keycode = 100 45 dev.mac_hid.mouse_button_emulation = 0 46 dev.parport.default.spintime = 500 47 dev.parport.default.timeslice = 200 48 dev.raid.speed_limit_max = 200000 49 dev.raid.speed_limit_min = 1000 50 dev.scsi.logging_level = 0 51 fs.aio-max-nr = 65536 52 fs.aio-nr = 0 53 fs.binfmt_misc.status = enabled 54 fs.dentry-state = 26351 13485 45 0 98 0 55 fs.dir-notify-enable = 1 56 fs.epoll.max_user_watches = 204308 57 fs.file-max = 94907 58 fs.file-nr = 1184 0 94907 59 fs.inode-nr = 35115 9090 60 fs.inode-state = 35115 9090 0 0 0 0 0 61 fs.inotify.max_queued_events = 16384 62 fs.inotify.max_user_instances = 128 63 fs.inotify.max_user_watches = 8192 64 fs.lease-break-time = 45 65 fs.leases-enable = 1 66 """ 67 68 [commands."/sbin/lsmod"] 69 stdout = """Module Size Used by 70 binfmt_misc 17468 1 71 ip6t_rpfilter 12595 1 72 ip6t_REJECT 12625 2 73 nf_reject_ipv6 13717 1 ip6t_REJECT 74 ipt_REJECT 12541 2 75 nf_reject_ipv4 13373 1 ipt_REJECT 76 xt_conntrack 12760 8 77 ebtable_nat 12807 1 78 ebtable_broute 12731 1 79 bridge 151336 1 ebtable_broute 80 stp 12976 1 bridge 81 llc 14552 2 stp,bridge 82 ip6table_nat 12864 1 83 nf_conntrack_ipv6 18935 5 84 nf_defrag_ipv6 35104 1 nf_conntrack_ipv6 85 nf_nat_ipv6 14131 1 ip6table_nat 86 """