# File lib/specinfra/command/linux/base/file.rb, line 7
    def check_is_immutable(file)
      check_attribute(file, 'i')
    end