]> git.proxmox.com Git - mirror_qemu.git/blame - tools/virtiofsd/passthrough_seccomp.h
virtiofsd: Remove build and docs glue
[mirror_qemu.git] / tools / virtiofsd / passthrough_seccomp.h
CommitLineData
4f8bde99
SH
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
52581c71
MA
9#ifndef VIRTIOFSD_PASSTHROUGH_SECCOMP_H
10#define VIRTIOFSD_PASSTHROUGH_SECCOMP_H
f185621d
SH
11
12void setup_seccomp(bool enable_syslog);
4f8bde99 13
52581c71 14#endif /* VIRTIOFSD_PASSTHROUGH_SECCOMP_H */