]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/nspawn/nspawn-seccomp.h
d852eef638b8682cceaede0bc58a4e8f87b055e5
[thirdparty/systemd.git] / src / nspawn / nspawn-seccomp.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <sys/types.h>
5
6 int setup_seccomp(uint64_t cap_list_retain, char **syscall_whitelist, char **syscall_blacklist);