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

     1  [commands."mount"]
     2  stdout = """/dev/disk1s5 on / (apfs, local, read-only, journaled)
     3  devfs on /dev (devfs, local, nobrowse)
     4  /dev/disk1s1 on /System/Volumes/Data (apfs, local, journaled, nobrowse)
     5  /dev/disk1s4 on /private/var/vm (apfs, local, journaled, nobrowse)
     6  map auto_home on /System/Volumes/Data/home (autofs, automounted, nobrowse)
     7  """
     8  
     9  [commands."uname -s"]
    10  stdout = "Darwin"
    11  
    12  [commands."uname -m"]
    13  stdout = "x86_64"
    14  
    15  [commands."uname -r"]
    16  stdout = "19.4.0"
    17  
    18  [commands."/usr/bin/sw_vers"]
    19  stdout = """
    20  ProductName:	Mac OS X
    21  ProductVersion:	10.15.4
    22  BuildVersion:	19E266
    23  """