MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / seccomp

Function seccomp

module/src/main/cpp/utils.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static inline int seccomp(int op, int fd, void *arg) {
133 return syscall(SYS_seccomp, op, fd, arg);
134}
135
136static int pidfd_open(pid_t pid, unsigned int flags)
137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected