Skip to content

Commit 8a57161

Browse files
committed
Update blacklist of kernel params with net.core.bpf_jit_limit
The `net.core.bpf_jit_limit` kernel parameter cannot be set by non root users and so add it to blacklist in the test.
1 parent f80609e commit 8a57161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/probes/sysctl/test_sysctl_probe_all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ SYSCTL_BLACKLIST='
2020
kernel.usermodehelper.inheritable
2121
net.core.bpf_jit_harden
2222
net.core.bpf_jit_kallsyms
23+
net.core.bpf_jit_limit
2324
net.ipv4.tcp_fastopen_key
2425
stable_secret
2526
vm.mmap_rnd_bits

0 commit comments

Comments
 (0)