Searched refs:syscall_log (Results 1 – 4 of 4) sorted by relevance
437 HASHMAP_FOREACH_KEY(val, id, c->syscall_log) { in property_get_syscall_log()2502 c->syscall_log = hashmap_free(c->syscall_log); in bus_exec_context_set_transient_property()2508 if (!c->syscall_log) { in bus_exec_context_set_transient_property()2509 c->syscall_log = hashmap_new(NULL); in bus_exec_context_set_transient_property()2510 if (!c->syscall_log) in bus_exec_context_set_transient_property()2519 c->syscall_log, in bus_exec_context_set_transient_property()
335 Hashmap *syscall_log; member
3420 c->syscall_log = hashmap_free(c->syscall_log); in config_parse_syscall_log()3430 if (!c->syscall_log) { in config_parse_syscall_log()3431 c->syscall_log = hashmap_new(NULL); in config_parse_syscall_log()3432 if (!c->syscall_log) in config_parse_syscall_log()3458 word, -1, c->syscall_log, in config_parse_syscall_log()
1434 !hashmap_isempty(c->syscall_log); in context_has_syscall_logs()1540 return seccomp_load_syscall_filter_set_raw(default_action, c->syscall_log, action, false); in apply_syscall_log()