diff --git a/pkg/bpf/c/restricted-file.bpf.c b/pkg/bpf/c/restricted-file.bpf.c index a75cc26292f7fa503bf768c6243b62e88fe77099..d834f0cf2e133bb0918922d8cd3bf0b71321c6e8 100644 --- a/pkg/bpf/c/restricted-file.bpf.c +++ b/pkg/bpf/c/restricted-file.bpf.c @@ -10,7 +10,7 @@ char LICENSE[] SEC("license") = "Dual BSD/GPL"; #define FILE_NAME_LEN 32 #define NAME_MAX 255 -#define LOOP_NAME 80 +#define LOOP_NAME 70 struct file_path { unsigned char path[NAME_MAX];