Home
last modified time | relevance | path

Searched refs:allow_logging (Results 1 – 5 of 5) sorted by relevance

/external/minijail/
Dsyscall_filter.h36 int allow_logging; member
Dparse_seccomp_policy.cc83 .allow_logging = 0, in main()
Dsyscall_filter_unittest.cc51 enum use_logging allow_logging = NO_LOGGING) { in test_compile_filter() argument
54 .allow_logging = allow_logging != NO_LOGGING, in test_compile_filter()
55 .allow_syscalls_for_logging = allow_logging == USE_SIGSYS_LOGGING, in test_compile_filter()
67 enum use_logging allow_logging = NO_LOGGING, in test_compile_file() argument
71 .allow_logging = allow_logging != NO_LOGGING, in test_compile_file()
72 .allow_syscalls_for_logging = allow_logging == USE_SIGSYS_LOGGING, in test_compile_file()
Dsyscall_filter.c664 if (filteropts->allow_logging) { in compile_file()
792 if (filteropts->allow_logging) { in compile_filter()
Dlibminijail.c1041 filteropts.allow_logging = in parse_seccomp_filters()
1045 if (filteropts.allow_logging) { in parse_seccomp_filters()
1062 filteropts.allow_logging && !seccomp_ret_log_available(); in parse_seccomp_filters()