Searched refs:allow_logging (Results 1 – 5 of 5) sorted by relevance
36 int allow_logging; member
83 .allow_logging = 0, in main()
51 enum use_logging allow_logging = NO_LOGGING) { in test_compile_filter() argument54 .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() argument71 .allow_logging = allow_logging != NO_LOGGING, in test_compile_file()72 .allow_syscalls_for_logging = allow_logging == USE_SIGSYS_LOGGING, in test_compile_file()
664 if (filteropts->allow_logging) { in compile_file()792 if (filteropts->allow_logging) { in compile_filter()
1041 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()