Codebase list slirp4netns / fresh-releases/main seccompfilter.h
fresh-releases/main

Tree @fresh-releases/main (Download .tar.gz)

seccompfilter.h @fresh-releases/mainraw · 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