Searched refs:allow_logging (Results 1 – 4 of 4) sorted by relevance
/external/minijail/ |
D | syscall_filter.c | 543 struct bpf_labels *labels, int use_ret_trap, int allow_logging, in compile_file() argument 598 allow_logging, in compile_file() 634 if (allow_logging) { in compile_file() 707 struct sock_fprog *prog, int use_ret_trap, int allow_logging) in compile_filter() argument 732 if (allow_logging) in compile_filter() 736 use_ret_trap, allow_logging, in compile_filter()
|
D | syscall_filter.h | 41 struct bpf_labels *labels, int use_ret_trap, int allow_logging,
|
D | syscall_filter_unittest.cc | 62 enum use_logging allow_logging = NO_LOGGING, in test_compile_file() argument 65 use_ret_trap, allow_logging, include_level); in test_compile_file()
|
D | libminijail.c | 988 int allow_logging = j->flags.seccomp_filter_logging; in parse_seccomp_filters() local 991 allow_logging)) { in parse_seccomp_filters()
|