summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-seccomp.h
blob: 1654c586d27bdad5075a9ea6057a79411ecba3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  This file is part of systemd.

  Copyright 2016 Lennart Poettering
***/

#include <sys/types.h>

int setup_seccomp(uint64_t cap_list_retain, char **syscall_whitelist, char **syscall_blacklist);