]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/nspawn/nspawn-seccomp.h
Merge pull request #13899 from poettering/in-gid-tweak
[thirdparty/systemd.git] / src / nspawn / nspawn-seccomp.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
f011b0b8
DH
2#pragma once
3
f011b0b8
DH
4#include <sys/types.h>
5
960e4569 6int setup_seccomp(uint64_t cap_list_retain, char **syscall_whitelist, char **syscall_blacklist);