# File lib/chef/file_access_control/unix.rb, line 138
      def should_update_mode?
        !target_mode.nil? && current_mode != target_mode 
      end