go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/services/testdata/osx.toml (about) 1 [commands."launchctl list"] 2 stdout = """PID Status Label 3 - 0 com.apple.SafariHistoryServiceAgent 4 1093 0 com.apple.iTunesHelper.32380 5 325 0 com.apple.Finder 6 1100 0 com.apple.SafeEjectGPUAgent 7 25474 0 com.apple.quicklook 8 - 0 com.apple.parentalcontrols.check 9 - 0 com.apple.PackageKit.InstallStatus 10 698 0 com.apple.mediaremoteagent 11 - 0 com.apple.FontWorker 12 331 0 com.apple.bird 13 - 0 com.apple.familycontrols.useragent 14 - 0 com.apple.AssetCache.agent 15 315 0 com.apple.xpc.launchd.oneshot.0x1000000a.Terminal 16 - 0 com.apple.universalaccessAuthWarn 17 353 0 com.apple.nsurlsessiond 18 """ 19 20 [commands."uname -s"] 21 stdout = "Darwin" 22 23 [commands."uname -m"] 24 stdout = "x86_64" 25 26 [commands."uname -r"] 27 stdout = "19.4.0" 28 29 [commands."/usr/bin/sw_vers"] 30 stdout = """ 31 ProductName: Mac OS X 32 ProductVersion: 10.15.4 33 BuildVersion: 19E266 34 """