go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/kernel/testdata/debian.toml (about)

     1  [commands."/sbin/lsmod"]
     2  stdout = """Module                  Size  Used by
     3  sb_edac                24576  0
     4  edac_core              77824  1 sb_edac
     5  crct10dif_pclmul       16384  0
     6  crc32_pclmul           16384  0
     7  ghash_clmulni_intel    16384  0
     8  intel_rapl_perf        16384  0
     9  sg                     32768  0
    10  evdev                  24576  3
    11  serio_raw              16384  0
    12  virtio_rng             16384  0
    13  rng_core               16384  1 virtio_rng
    14  pvpanic                16384  0
    15  button                 16384  0
    16  ip_tables              24576  0
    17  x_tables               36864  1 ip_tables
    18  autofs4                40960  2
    19  ext4                  589824  1
    20  crc16                  16384  1 ext4
    21  jbd2                  106496  1 ext4
    22  crc32c_generic         16384  0
    23  fscrypto               28672  1 ext4
    24  ecb                    16384  0
    25  mbcache                16384  2 ext4
    26  sd_mod                 49152  2
    27  crc32c_intel           24576  2
    28  virtio_scsi            20480  1
    29  scsi_mod              225280  3 sd_mod,virtio_scsi,sg
    30  virtio_net             32768  0
    31  aesni_intel           167936  0
    32  aes_x86_64             20480  1 aesni_intel
    33  glue_helper            16384  1 aesni_intel
    34  lrw                    16384  1 aesni_intel
    35  gf128mul               16384  1 lrw
    36  ablk_helper            16384  1 aesni_intel
    37  cryptd                 24576  3 ablk_helper,ghash_clmulni_intel,aesni_intel
    38  psmouse               135168  0
    39  virtio_pci             24576  0
    40  virtio_ring            24576  4 virtio_net,virtio_rng,virtio_scsi,virtio_pci
    41  virtio                 16384  4 virtio_net,virtio_rng,virtio_scsi,virtio_pci
    42  i2c_piix4              24576  0
    43  """
    44  
    45  [files."/etc/modprobe.d/blacklist.conf"]
    46  content = """
    47  # disable pc speaker and floppy
    48  blacklist pcspkr
    49  blacklist floppy
    50  """
    51  
    52  [files."/etc/modprobe.d/gce-blacklist.conf"]
    53  content = """
    54  # nouveau does not work with GCE GPU's.
    55  blacklist nouveau
    56  
    57  # GCE does not have a floppy device.
    58  blacklist floppy
    59  """
    60  
    61  [files."/proc/modules"]
    62  content = """
    63  sb_edac 24576 0 - Live 0xffffffffc0265000
    64  edac_core 77824 1 sb_edac, Live 0xffffffffc0249000
    65  crct10dif_pclmul 16384 0 - Live 0xffffffffc0235000
    66  crc32_pclmul 16384 0 - Live 0xffffffffc0087000
    67  ghash_clmulni_intel 16384 0 - Live 0xffffffffc01ff000
    68  intel_rapl_perf 16384 0 - Live 0xffffffffc0229000
    69  sg 32768 0 - Live 0xffffffffc0240000
    70  evdev 24576 3 - Live 0xffffffffc022e000
    71  serio_raw 16384 0 - Live 0xffffffffc0224000
    72  virtio_rng 16384 0 - Live 0xffffffffc021f000
    73  rng_core 16384 1 virtio_rng, Live 0xffffffffc0216000
    74  pvpanic 16384 0 - Live 0xffffffffc0211000
    75  button 16384 0 - Live 0xffffffffc005a000
    76  ip_tables 24576 0 - Live 0xffffffffc0206000
    77  x_tables 36864 1 ip_tables, Live 0xffffffffc01f5000
    78  autofs4 40960 2 - Live 0xffffffffc0154000
    79  ext4 589824 1 - Live 0xffffffffc0164000
    80  crc16 16384 1 ext4, Live 0xffffffffc015f000
    81  jbd2 106496 1 ext4, Live 0xffffffffc0139000
    82  crc32c_generic 16384 0 - Live 0xffffffffc00ee000
    83  fscrypto 28672 1 ext4, Live 0xffffffffc0131000
    84  ecb 16384 0 - Live 0xffffffffc0094000
    85  mbcache 16384 2 ext4, Live 0xffffffffc0082000
    86  sd_mod 49152 2 - Live 0xffffffffc004d000
    87  crc32c_intel 24576 2 - Live 0xffffffffc0046000
    88  virtio_scsi 20480 1 - Live 0xffffffffc012b000
    89  scsi_mod 225280 3 sg,sd_mod,virtio_scsi, Live 0xffffffffc00f3000
    90  virtio_net 32768 0 - Live 0xffffffffc00e5000
    91  aesni_intel 167936 0 - Live 0xffffffffc00bb000
    92  aes_x86_64 20480 1 aesni_intel, Live 0xffffffffc00b2000
    93  glue_helper 16384 1 aesni_intel, Live 0xffffffffc00ab000
    94  lrw 16384 1 aesni_intel, Live 0xffffffffc00a3000
    95  gf128mul 16384 1 lrw, Live 0xffffffffc009e000
    96  ablk_helper 16384 1 aesni_intel, Live 0xffffffffc0099000
    97  cryptd 24576 3 ghash_clmulni_intel,aesni_intel,ablk_helper, Live 0xffffffffc008d000
    98  psmouse 135168 0 - Live 0xffffffffc0060000
    99  virtio_pci 24576 0 - Live 0xffffffffc003f000
   100  virtio_ring 24576 4 virtio_rng,virtio_scsi,virtio_net,virtio_pci, Live 0xffffffffc0034000
   101  virtio 16384 4 virtio_rng,virtio_scsi,virtio_net,virtio_pci, Live 0xffffffffc002c000
   102  i2c_piix4 24576 0 - Live 0xffffffffc0021000
   103  """
   104  
   105  [commands."uname -r"]
   106  stdout = "4.19.76-linuxkit"
   107  
   108  [commands."uname -s"]
   109  stdout = "Linux"
   110  
   111  [commands."uname -m"]
   112  stdout = "x86_64"
   113  
   114  [files."/etc/os-release"]
   115  content = """
   116  PRETTY_NAME="Debian GNU/Linux 10 (buster)"
   117  NAME="Debian GNU/Linux"
   118  VERSION_ID="10"
   119  VERSION="10 (buster)"
   120  VERSION_CODENAME=buster
   121  ID=debian
   122  HOME_URL="https://www.debian.org/"
   123  SUPPORT_URL="https://www.debian.org/support"
   124  BUG_REPORT_URL="https://bugs.debian.org/"
   125  """
   126  
   127  [files."/proc/sys/net/ipv4/ip_forward"]
   128  content = """
   129  1
   130  """
   131  
   132  [files."/proc/sys/net/ipv4/cipso_cache_bucket_size"]
   133  content = """
   134  10
   135  """
   136  
   137  [files."/proc/sys/net/ipv4/conf/all/accept_local"]
   138  content = """
   139  0
   140  """
   141  
   142  [commands."/sbin/sysctl -a"]
   143  stdout = """net.ipv4.cipso_cache_bucket_size = 10
   144  net.ipv4.cipso_cache_enable = 1
   145  net.ipv4.cipso_rbm_optfmt = 0
   146  net.ipv4.cipso_rbm_strictvalid = 1
   147  net.ipv4.conf.all.accept_local = 0
   148  net.ipv4.conf.all.accept_redirects = 1
   149  net.ipv4.conf.all.accept_source_route = 0
   150  net.ipv4.conf.all.arp_accept = 0
   151  net.ipv4.conf.all.arp_announce = 0
   152  net.ipv4.conf.all.arp_filter = 0
   153  net.ipv4.conf.all.arp_ignore = 0
   154  net.ipv4.conf.all.arp_notify = 0
   155  net.ipv4.conf.all.bootp_relay = 0
   156  net.ipv4.conf.all.disable_policy = 0
   157  net.ipv4.conf.all.disable_xfrm = 0
   158  net.ipv4.conf.all.force_igmp_version = 0
   159  net.ipv4.conf.all.forwarding = 0
   160  net.ipv4.conf.all.igmpv2_unsolicited_report_interval = 10000
   161  net.ipv4.conf.all.igmpv3_unsolicited_report_interval = 1000
   162  net.ipv4.conf.all.log_martians = 0
   163  net.ipv4.conf.all.mc_forwarding = 0
   164  net.ipv4.conf.all.medium_id = 0
   165  net.ipv4.conf.all.promote_secondaries = 1
   166  net.ipv4.conf.all.proxy_arp = 0
   167  net.ipv4.conf.all.proxy_arp_pvlan = 0
   168  net.ipv4.conf.all.route_localnet = 0
   169  net.ipv4.conf.all.rp_filter = 1
   170  net.ipv4.conf.all.secure_redirects = 1
   171  net.ipv4.conf.all.send_redirects = 1
   172  net.ipv4.conf.all.shared_media = 1
   173  net.ipv4.conf.all.src_valid_mark = 0
   174  net.ipv4.conf.all.tag = 0
   175  """