class Inspec::Resources::EtcHostsDeny
def initialize(path = nil)
def initialize(path = nil) return skip_resource '`etc_hosts_deny` is not supported on your OS' unless inspec.os.linux? super(path || '/etc/hosts.deny') end
def to_s
def to_s 'hosts.deny Configuration' end