# File lib/facter/util/processor.rb, line 61
  def self.lsattr(command="lsattr -El proc0 -a type")
    Facter::Core::Execution.exec(command)
  end