Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dexecute.h331 Set *syscall_archs; member
Dexecute.c1459 !set_isempty(c->syscall_archs) || in context_has_no_new_privileges()
1552 if (set_isempty(c->syscall_archs)) in apply_syscall_archs()
1558 return seccomp_restrict_archs(c->syscall_archs); in apply_syscall_archs()
5388 c->syscall_archs = set_free(c->syscall_archs); in exec_context_done()
6128 if (c->syscall_archs) { in exec_context_dump()
6135 SET_FOREACH(id, c->syscall_archs) in exec_context_dump()
Ddbus-execute.c478 SET_FOREACH(id, c->syscall_archs) { in property_get_syscall_archs()
2549 c->syscall_archs = set_free(c->syscall_archs); in bus_exec_context_set_transient_property()
2558 … r = set_ensure_put(&c->syscall_archs, NULL, UINT32_TO_PTR(a + 1)); in bus_exec_context_set_transient_property()
Dload-fragment-gperf.gperf.in66 … 0, offsetof({{type}}, exec_context.syscall_archs)
/systemd-251/src/analyze/
Danalyze-security.c2582 SET_FOREACH(key, c->syscall_archs) { in get_security_info()