# File lib/chef/file_access_control/windows.rb, line 44
      def requires_changes?
        should_update_dacl? || should_update_owner? || should_update_group?
      end