diff options
author | mwrock <matt@mattwrock.com> | 2020-09-11 18:28:56 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-16 12:04:01 -0700 |
commit | eec197da7a3a3c2b03b8c3d9e5a9563445111294 (patch) | |
tree | d4e39526e6c540800da6c240f1d25467868d64b8 /RELEASE_NOTES.md | |
parent | b02e79799fe1e7172d365217096504a824c0cc6b (diff) | |
download | chef-eec197da7a3a3c2b03b8c3d9e5a9563445111294.tar.gz |
highlight resource names in release notes impacted by sid enhancement
Signed-off-by: mwrock <matt@mattwrock.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 87900ff9a2..82f608721f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -98,7 +98,7 @@ The `windows_firewall_profile` resource was updated to prevent NilClass errors f ### Windows securable resources -All Windows securable resources now support using SID in addition to user or group name when specifying `owner`, `group`, or `rights` principal. These resources include the template, file, remote_file, cookbook_file, directory, and remote_directory resources. When using a SID, you may use either the standard string representation of a SID (S-R-I-S-S) or one of the [SDDL string constants](https://docs.microsoft.com/en-us/windows/win32/secauthz/sid-strings). +All Windows securable resources now support using SID in addition to user or group name when specifying `owner`, `group`, or `rights` principal. These resources include the `template`, `file`, `remote_file`, `cookbook_file`, `directory`, and `remote_directory` resources. When using a SID, you may use either the standard string representation of a SID (S-R-I-S-S) or one of the [SDDL string constants](https://docs.microsoft.com/en-us/windows/win32/secauthz/sid-strings). ## Ohai Improvements |