spapr: Fix failure path for attempting to hot unplug PCI bridges
[qemu/ar7.git] / tools / virtiofsd / seccomp.h
blobd47c8eade6fdb5a02a8301775df9c5b0aea5ca99
1 /*
2 * Seccomp sandboxing for virtiofsd
4 * Copyright (C) 2019 Red Hat, Inc.
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef VIRTIOFSD_SECCOMP_H
10 #define VIRTIOFSD_SECCOMP_H
12 #include <stdbool.h>
14 void setup_seccomp(bool enable_syslog);
16 #endif /* VIRTIOFSD_SECCOMP_H */