Searched refs:allow_logging (Results 1 – 3 of 3) sorted by relevance
/external/minijail/ |
D | syscall_filter.c | 502 struct bpf_labels *labels, int use_ret_trap, int allow_logging, in compile_file() argument 557 allow_logging, in compile_file() 593 if (allow_logging) { in compile_file() 666 struct sock_fprog *prog, int use_ret_trap, int allow_logging) in compile_filter() argument 691 if (allow_logging) in compile_filter() 695 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 | libminijail.c | 867 int allow_logging = j->flags.seccomp_filter_logging; in parse_seccomp_filters() local 870 allow_logging)) { in parse_seccomp_filters()
|