Searched refs:seccomp_arch_to_string (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/shared/ |
D | seccomp-util.c | 104 const char* seccomp_arch_to_string(uint32_t c) { in seccomp_arch_to_string() function 1051 log_debug("Operating on architecture: %s", seccomp_arch_to_string(arch)); in seccomp_load_syscall_filter_set() 1065 …r, "Failed to install filter set for architecture %s, skipping: %m", seccomp_arch_to_string(arch)); in seccomp_load_syscall_filter_set() 1085 log_debug("Operating on architecture: %s", seccomp_arch_to_string(arch)); in seccomp_load_syscall_filter_set_raw() 1127 seccomp_arch_to_string(arch)); in seccomp_load_syscall_filter_set_raw() 1227 log_debug("Operating on architecture: %s", seccomp_arch_to_string(arch)); in seccomp_restrict_namespaces() 1246 …(r, "Failed to add clone3() rule for architecture %s, ignoring: %m", seccomp_arch_to_string(arch)); in seccomp_restrict_namespaces() 1266 …o(r, "Failed to add setns() rule for architecture %s, skipping: %m", seccomp_arch_to_string(arch)); in seccomp_restrict_namespaces() 1288 …r, "Failed to add unshare() rule for architecture %s, skipping: %m", seccomp_arch_to_string(arch)); in seccomp_restrict_namespaces() 1308 …o(r, "Failed to add clone() rule for architecture %s, skipping: %m", seccomp_arch_to_string(arch)); in seccomp_restrict_namespaces() [all …]
|
D | seccomp-util.h | 15 const char* seccomp_arch_to_string(uint32_t c);
|
/systemd-251/src/nspawn/ |
D | nspawn-seccomp.c | 163 *p, seccomp_arch_to_string(arch)); in add_syscall_filters() 171 seccomp_arch_to_string(arch)); in add_syscall_filters() 195 log_debug("Applying allow list on architecture: %s", seccomp_arch_to_string(arch)); in setup_seccomp() 211 …r, "Failed to install filter set for architecture %s, skipping: %m", seccomp_arch_to_string(arch)); in setup_seccomp() 217 … log_debug("Applying NETLINK_AUDIT mask on architecture: %s", seccomp_arch_to_string(arch)); in setup_seccomp() 247 …r, "Failed to install filter set for architecture %s, skipping: %m", seccomp_arch_to_string(arch)); in setup_seccomp()
|
/systemd-251/src/test/ |
D | test-seccomp.c | 107 TEST(seccomp_arch_to_string) { in TEST() argument 113 name = seccomp_arch_to_string(a); in TEST() 146 n2 = seccomp_arch_to_string(c); in TEST() 647 … log_debug("arch %s: SCMP_SYS(mmap) = %d", seccomp_arch_to_string(arch), SCMP_SYS(mmap)); in TEST() 648 … log_debug("arch %s: SCMP_SYS(mmap2) = %d", seccomp_arch_to_string(arch), SCMP_SYS(mmap2)); in TEST() 649 … log_debug("arch %s: SCMP_SYS(shmget) = %d", seccomp_arch_to_string(arch), SCMP_SYS(shmget)); in TEST() 650 … log_debug("arch %s: SCMP_SYS(shmat) = %d", seccomp_arch_to_string(arch), SCMP_SYS(shmat)); in TEST() 651 … log_debug("arch %s: SCMP_SYS(shmdt) = %d", seccomp_arch_to_string(arch), SCMP_SYS(shmdt)); in TEST()
|
/systemd-251/src/analyze/ |
D | analyze-security.c | 2585 name = seccomp_arch_to_string(PTR_TO_UINT32(key) - 1); in get_security_info()
|
/systemd-251/src/core/ |
D | dbus-execute.c | 481 name = seccomp_arch_to_string(PTR_TO_UINT32(id) - 1); in property_get_syscall_archs()
|
D | execute.c | 6136 fprintf(f, " %s", strna(seccomp_arch_to_string(PTR_TO_UINT32(id) - 1))); in exec_context_dump()
|