summaryrefslogtreecommitdiff
path: root/lib/chef/scan_access_control.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-6/+6
|
* Use symlink source when inspecting current permissionsdanielsdeleo2013-07-021-1/+6
| | | | | | | | | | | Fixes CHEF-4341 http://tickets.opscode.com/browse/CHEF-4341 When manage_symlink_source is enabled, File providers update current_resource with the security attributes of the source file. Subsequent actions (e.g., running FileAccessControl) use the values set on current_resource to determine if they need to modify the system, so setting them incorrect leads to a file resource being (not) updated incorrectly.
* [CHEF-3557] report file modes with leading 0 for claritydanielsdeleo2013-01-041-1/+1
|
* [CHEF-3557] Update ScanAccessControl behaviordanielsdeleo2013-01-031-4/+2
| | | | | | | | * Record all file security metadata, even if the user never specified it in the first place. * Always store the mode as a string, otherwise everyone who uses the value has to know that an integer needs to be converted to octal for display
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+135
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!