# File lib/chef/win32/security/securable_object.rb, line 28
        def initialize(path, type = :SE_FILE_OBJECT)
          @path = path
          @type = type
        end