Codebase list slirp4netns / 03d349a2-ef6a-47b2-b14d-07c95705a22e/main seccompfilter.h
03d349a2-ef6a-47b2-b14d-07c95705a22e/main

Tree @03d349a2-ef6a-47b2-b14d-07c95705a22e/main (Download .tar.gz)

seccompfilter.h @03d349a2-ef6a-47b2-b14d-07c95705a22e/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