Lintian::Processable::Hardening (3) Linux Manual Page
Lintian::Processable::Hardening – access to collected hardening data
Synopsis
use Lintian::Processable;
my $processable = Lintian::Processable::Binary->new;
Description
Lintian::Processable::Hardening provides an interface to collected hardening data.
Instance Methods
- hardening_info
- Returns a hashref mapping a FILE to its hardening issues.
NB: This is generally only useful for checks/binaries to emit the hardening-no-* tags.
Needs-Info requirements for using hardening_info: hardening-info
Author
Originally written by Felix Lechner <felix.lechner [at] lease-up.com> for Lintian.
See Also
lintian(1)
