Searched refs:syscall_log_allow_list (Results 1 – 4 of 4) sorted by relevance
336 bool syscall_log_allow_list:1; /* Log listed system calls */ member
431 r = sd_bus_message_append(reply, "b", c->syscall_log_allow_list); in property_get_syscall_log()2501 c->syscall_log_allow_list = false; in bus_exec_context_set_transient_property()2513 c->syscall_log_allow_list = allow_list; in bus_exec_context_set_transient_property()2522 … (c->syscall_log_allow_list ? SECCOMP_PARSE_ALLOW_LIST : 0), in bus_exec_context_set_transient_property()
3421 c->syscall_log_allow_list = false; in config_parse_syscall_log()3437 c->syscall_log_allow_list = false; in config_parse_syscall_log()3440 c->syscall_log_allow_list = true; in config_parse_syscall_log()3461 (c->syscall_log_allow_list ? SECCOMP_PARSE_ALLOW_LIST : 0), in config_parse_syscall_log()
1433 return c->syscall_log_allow_list || in context_has_syscall_logs()1530 if (c->syscall_log_allow_list) { in apply_syscall_log()