summaryrefslogtreecommitdiff
path: root/spec/unit/file_access_control_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* s/mock\(/double(/gLamont Granquist2014-01-291-1/+1
|
* s/stub!/stub/gLamont Granquist2014-01-291-4/+4
| | | | fix deprecation warnings
* Determine if ACL mgmt follows symlinks by provider type.danielsdeleo2013-06-251-1/+1
| | | | | | | | - Prerequisite for CHEF-4312 fix. - File access control defers to the provider to determine whether to use link-following system calls or not (e.g., chmod vs. lchmod). File provider and subclasses will use link-following calls (chmod), Link provider uses calls that manage the symlink itself (e.g., lchmod).
* handle current_resource acls == nil (file creation) correctlyLamont Granquist2013-03-201-0/+20
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+282
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!