Home
last modified time | relevance | path

Searched refs:SECCOMP_MAX_PROGRAM_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dverifier.cc180 if (program.size() < 1 || program.size() >= SECCOMP_MAX_PROGRAM_SIZE) { in EvaluateBPF()
Dseccomp_macros.h27 #define SECCOMP_MAX_PROGRAM_SIZE (1<<30) macro