diff --git a/jc/parsers/lsof.py b/jc/parsers/lsof.py index ef14cd56..ac167fd0 100644 --- a/jc/parsers/lsof.py +++ b/jc/parsers/lsof.py @@ -124,7 +124,7 @@ class info(): description = '`lsof` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' - compatible = ['linux'] + compatible = ['linux', 'darwin', 'aix', 'freebsd'] magic_commands = ['lsof']