Sha256: 0d8db7619fca05e7069f017005ef72b3eefd9b8272f68f00f121413f836f51ee
Contents?: true
Size: 1.07 KB
Versions: 6
Compression:
Stored size: 1.07 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/securitycenter/v1/kernel_rootkit.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/securitycenter/v1/kernel_rootkit.proto", :syntax => :proto3) do add_message "google.cloud.securitycenter.v1.KernelRootkit" do optional :name, :string, 1 optional :unexpected_code_modification, :bool, 2 optional :unexpected_read_only_data_modification, :bool, 3 optional :unexpected_ftrace_handler, :bool, 4 optional :unexpected_kprobe_handler, :bool, 5 optional :unexpected_kernel_code_pages, :bool, 6 optional :unexpected_system_call_handler, :bool, 7 optional :unexpected_interrupt_handler, :bool, 8 optional :unexpected_processes_in_runqueue, :bool, 9 end end end module Google module Cloud module SecurityCenter module V1 KernelRootkit = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.KernelRootkit").msgclass end end end end
Version data entries
6 entries across 6 versions & 1 rubygems