Searched refs:allow_logging (Results 1 - 3 of 3) sorted by relevance

/external/minijail/
H A Dsyscall_filter.h35 int use_ret_trap, int allow_logging,
H A Dsyscall_filter.c485 int use_ret_trap, int allow_logging,
529 labels, use_ret_trap, allow_logging,
557 if (allow_logging) {
621 int use_ret_trap, int allow_logging)
645 if (allow_logging)
649 allow_logging, 0 /* include_level */) != 0) {
483 compile_file(FILE *policy_file, struct filter_block *head, struct filter_block **arg_blocks, struct bpf_labels *labels, int use_ret_trap, int allow_logging, unsigned int include_level) argument
620 compile_filter(FILE *initial_file, struct sock_fprog *prog, int use_ret_trap, int allow_logging) argument
H A Dlibminijail.c780 int allow_logging = j->flags.seccomp_filter_logging; local
782 if (compile_filter(policy_file, fprog, use_ret_trap, allow_logging)) {

Completed in 101 milliseconds