# File lib/chef/file_access_control/unix.rb, line 42 def requires_changes? should_update_mode? || should_update_owner? || should_update_group? end