module Chef::Mixin::Securable::WindowsMacros

Defines methods for adding attributes to a chef resource to describe Windows file security metadata.

This module is meant to be used to extend a class (instead of ‘include`-ing). A class is automatically extended with this module when it includes WindowsSecurableAttributes. @todo should this be separated into different files?