Disable the self validation of plugins for the time being.

This commit is contained in:
Mike Auty
2016-01-12 23:46:03 +00:00
parent 415a0948a0
commit 5ccdba35a3
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -29,7 +29,6 @@ class PsList(plugins.PluginInterface):
return ethread.owning_process()
def run(self):
self.validate_inputs()
eproc = self.kernel_process_from_physical_process(self.context, 'physical', 'intel',
self.config.get_value('offset'))
for proc in eproc.ActiveProcessLinks: