class Facts::Linux::Os::Selinux::Enabled

Constants

ALIASES
FACT_NAME

Public Instance Methods

call_the_resolver() click to toggle source
# File lib/facter/facts/linux/os/selinux/enabled.rb, line 10
def call_the_resolver
  selinux = Facter::Resolvers::SELinux.resolve(:enabled)

  [Facter::ResolvedFact.new(FACT_NAME, selinux),
   Facter::ResolvedFact.new(ALIASES, selinux, :legacy)]
end