hw/arm/armsse: Move PPUs into data-driven framework
[qemu/ar7.git] / tools / virtiofsd / passthrough_seccomp.h
bloba3ab073f08fab7ba8ac04353532dda20e8bf5483
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
13 void setup_seccomp(bool enable_syslog);
15 #endif /* VIRTIOFSD_SECCOMP_H */