netbpfload: remove support for limiting program types
No need for this, as we simply only support network program types in the first place. Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I163e21fd4d4089882cf37fc68bc4299003b514d7
This commit is contained in:
@@ -76,8 +76,6 @@ struct Location {
|
||||
const char* const dir = "";
|
||||
const char* const prefix = "";
|
||||
unsigned long long allowedDomainBitmask = 0;
|
||||
const bpf_prog_type* allowedProgTypes = nullptr;
|
||||
size_t allowedProgTypesLength = 0;
|
||||
};
|
||||
|
||||
// BPF loader implementation. Loads an eBPF ELF object
|
||||
|
||||
Reference in New Issue
Block a user