repo.or.cz
/
systemd_ALT.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1:255.13-alt1
[systemd_ALT.git]
/
src
/
nspawn
/
nspawn-seccomp.h
blob
2690fba686580abff5e21c8eb65a552ec7198203
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
#pragma once
3
4
#include <sys/types.h>
5
6
int
setup_seccomp
(
uint64_t
cap_list_retain
,
char
**
syscall_allow_list
,
char
**
syscall_deny_list
);