feat(go): advance validation sidecar toward production
This commit is contained in:
parent
6a06eba255
commit
f85c2e831a
92 changed files with 8881 additions and 91 deletions
13
go-agent/internal/ebpfsource/syscalls_other.go
Normal file
13
go-agent/internal/ebpfsource/syscalls_other.go
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
//go:build !amd64
|
||||
|
||||
package ebpfsource
|
||||
|
||||
func legacyPermissionSyscalls() map[uint64]uint32 {
|
||||
return nil
|
||||
}
|
||||
|
||||
func legacyNetworkSyscalls() map[uint64]uint32 {
|
||||
return nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue