class Chef::ReservedNames::Win32::Security::SecurableObject

def dacl=(val)

def dacl=(val)
  Security.set_named_security_info(path, type, dacl: val)
end