]> Git Repo - qemu.git/blob - tools/virtiofsd/passthrough_seccomp.h
osdep: protect qemu/osdep.h with extern "C"
[qemu.git] / tools / virtiofsd / passthrough_seccomp.h
1 /*
2  * Seccomp sandboxing for virtiofsd
3  *
4  * Copyright (C) 2019 Red Hat, Inc.
5  *
6  * SPDX-License-Identifier: GPL-2.0-or-later
7  */
8
9 #ifndef VIRTIOFSD_SECCOMP_H
10 #define VIRTIOFSD_SECCOMP_H
11
12
13 void setup_seccomp(bool enable_syslog);
14
15 #endif /* VIRTIOFSD_SECCOMP_H */
This page took 0.025451 seconds and 4 git commands to generate.