MCPcopy Index your code
hub / github.com/jipegit/OSXAuditor / ParseInstalledApps

Function ParseInstalledApps

osxauditor.py:1187–1191  ·  view source on GitHub ↗

Parses and hashes installed apps in /Applications

()

Source from the content-addressed store, hash-verified

1185 ParseSysUsers()
1186
1187def ParseInstalledApps():
1188 ''' Parses and hashes installed apps in /Applications '''
1189
1190 PrintAndLog(u'Installed applications', 'SECTION')
1191 ParsePackagesDir(os.path.join(ROOT_PATH, 'Applications'))
1192
1193def GetAuditedSystemVersion():
1194 ''' Simply return the system version '''

Callers 1

MainFunction · 0.85

Calls 2

PrintAndLogFunction · 0.85
ParsePackagesDirFunction · 0.85

Tested by

no test coverage detected