# File lib/chef/provider/cookbook_file.rb, line 76 def stage_file_to_tmpdir(staging_file_location) FileUtils.cp(file_cache_location, staging_file_location) set_all_access_controls(staging_file_location) end