This file is indexed.

/etc/lire/plugins/fortigate_init is in lire 2:2.1.1-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
# $Id: fortigate_init,v 1.1 2008/02/09 00:58:55 vanbaal Exp $
# Register the DlfConverter with the Lire framework.
use Lire::PluginManager;
use Lire::Firewall::FortigateDlfConverter;

Lire::PluginManager->register_plugin( new Lire::Firewall::FortigateDlfConverter() );