# File lib/chef/win32/security/securable_object.rb, line 73
        def dacl=(val)
          Security.set_named_security_info(path, type, :dacl => val)
        end