Home
last modified time | relevance | path

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

/systemd-251/src/analyze/
Danalyze-security.c108 Hashmap *system_call_filter; member
176 hashmap_free(i->system_call_filter); in security_info_free()
622 if (!info->system_call_filter_allow_list && hashmap_isempty(info->system_call_filter)) { in assess_system_call_filter()
630 …bad = syscall_names_in_filter(info->system_call_filter, info->system_call_filter_allow_list, f, &o… in assess_system_call_filter()
2144 r = hashmap_put_strdup(&info->system_call_filter, name, NULL); in property_read_system_call_filter()
2596 info->system_call_filter = hashmap_copy(c->syscall_filter); in get_security_info()
2597 if (!info->system_call_filter) in get_security_info()