]> git.proxmox.com Git - mirror_qemu.git/blame - tools/virtiofsd/passthrough_seccomp.h
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
[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
9#ifndef VIRTIOFSD_SECCOMP_H
10#define VIRTIOFSD_SECCOMP_H
11
f185621d
SH
12
13void setup_seccomp(bool enable_syslog);
4f8bde99
SH
14
15#endif /* VIRTIOFSD_SECCOMP_H */