# File lib/serverspec/type/selinux.rb, line 7
    def enforcing?(with_policy)
      @runner.check_selinux_has_mode('enforcing', with_policy)
    end