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

     1  [files."/etc/group"]
     2  content ="""# $FreeBSD: head/etc/group 336525 2018-07-19 23:55:29Z ian $
     3  #
     4  wheel:*:0:root,vagrant
     5  daemon:*:1:
     6  kmem:*:2:
     7  sys:*:3:
     8  tty:*:4:
     9  operator:*:5:root
    10  mail:*:6:
    11  bin:*:7:
    12  news:*:8:
    13  man:*:9:
    14  games:*:13:
    15  ftp:*:14:
    16  staff:*:20:
    17  sshd:*:22:
    18  smmsp:*:25:
    19  mailnull:*:26:
    20  guest:*:31:
    21  video:*:44:
    22  bind:*:53:
    23  unbound:*:59:
    24  proxy:*:62:
    25  authpf:*:63:
    26  _pflogd:*:64:
    27  _dhcp:*:65:
    28  uucp:*:66:
    29  dialer:*:68:
    30  network:*:69:
    31  audit:*:77:
    32  www:*:80:
    33  ntpd:*:123:
    34  _ypldap:*:160:
    35  hast:*:845:
    36  nogroup:*:65533:
    37  nobody:*:65534:
    38  messagebus:*:556:
    39  vagrant:*:1001:"""
    40  
    41  [commands."uname -s"]
    42  stdout = "FreeBSD"
    43  
    44  [commands."uname -m"]
    45  stdout = "amd64"
    46  
    47  [commands."uname -r"]
    48  stdout = "12.0-CURRENT"