Codebase list slirp4netns / upstream/1.0.1+git20210803.1.631f361 seccompfilter.h
upstream/1.0.1+git20210803.1.631f361

Tree @upstream/1.0.1+git20210803.1.631f361 (Download .tar.gz)

seccompfilter.h @upstream/1.0.1+git20210803.1.631f361raw · history · blame

1
2
3
4
5
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef SLIRP4NETNS_SECCOMPFILTER_H
# define SLIRP4NETNS_SECCOMPFILTER_H
int enable_seccomp();
#endif