mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
7895 CR data artifact ingest module
This commit is contained in:
parent
b0c926bd19
commit
04c92eb22a
@ -350,6 +350,8 @@ public class CentralRepoDataArtifactIngestModule implements DataArtifactIngestMo
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void shutDown() {
|
public void shutDown() {
|
||||||
|
analyzeOsAccounts();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
centralRepo.commitAttributeInstancesBulk();
|
centralRepo.commitAttributeInstancesBulk();
|
||||||
} catch (CentralRepoException ex) {
|
} catch (CentralRepoException ex) {
|
||||||
@ -372,7 +374,7 @@ public class CentralRepoDataArtifactIngestModule implements DataArtifactIngestMo
|
|||||||
CaseEventListener.setCreateOsAcctCorrAttrs(saveCorrAttrs);
|
CaseEventListener.setCreateOsAcctCorrAttrs(saveCorrAttrs);
|
||||||
CaseEventListener.setFlagPrevSeenOsAccts(flagSeenDevices);
|
CaseEventListener.setFlagPrevSeenOsAccts(flagSeenDevices);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ensures the data source in the central repository has hash values that
|
* Ensures the data source in the central repository has hash values that
|
||||||
* match those in the case database.
|
* match those in the case database.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user