lasips2: introduce new LASIPS2_KBD_PORT QOM type
[qemu/armbru.git] / tools / virtiofsd / passthrough_seccomp.h
blob12674fc05030a1ec2af28c5a048d279cb7b1196a
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_PASSTHROUGH_SECCOMP_H
10 #define VIRTIOFSD_PASSTHROUGH_SECCOMP_H
12 void setup_seccomp(bool enable_syslog);
14 #endif /* VIRTIOFSD_PASSTHROUGH_SECCOMP_H */