We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a51af commit 25bcb07Copy full SHA for 25bcb07
pkg/server/grpc/tracee.go
@@ -562,6 +562,7 @@ var EventTranslationTable = [events.MaxBuiltinID]pb.EventId{
562
events.ChmodCommon: pb.EventId_chmod_common,
563
events.OpenFileNS: pb.EventId_open_file_ns,
564
events.OpenFileMount: pb.EventId_open_file_mount,
565
+ events.SecurityTaskPrctl: pb.EventId_security_task_prctl,
566
567
// Events from user-space translation section
568
events.NetPacketIPv4: pb.EventId_net_packet_ipv4,
0 commit comments