mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
further refinement of disabling plaso be default
This commit is contained in:
parent
df86ce32ae
commit
c05c27c7a0
@ -331,11 +331,11 @@ public final class IngestJobSettings {
|
||||
}
|
||||
|
||||
/**
|
||||
* Hard coding Plaso to be disabled by default. loadedModuleNames is passed
|
||||
* below as the default list of enabled modules so briefly
|
||||
* remove Plaso from loaded modules to get the list of enabled and
|
||||
* disabled modules names. Then put Plaso back into loadedModulesNames to let
|
||||
* the rest of the code continue as before.
|
||||
* Hard coding Plaso to be disabled by default. loadedModuleNames is
|
||||
* passed below as the default list of enabled modules so briefly remove
|
||||
* Plaso from loaded modules to get the list of enabled and disabled
|
||||
* modules names. Then put Plaso back into loadedModulesNames to let the
|
||||
* rest of the code continue as before.
|
||||
*/
|
||||
final String plasoModuleName = "Plaso";
|
||||
boolean plasoLoaded = loadedModuleNames.contains(plasoModuleName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user