Method: Puppet::Util::Windows::AccessControlEntry#container_inherit?
- Defined in:
- lib/puppet/util/windows/access_control_entry.rb
#container_inherit? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns true if this ACE applies to child directories.
53 54 55 |
# File 'lib/puppet/util/windows/access_control_entry.rb', line 53 def container_inherit? (@flags & CONTAINER_INHERIT_ACE) == CONTAINER_INHERIT_ACE end |