summaryrefslogtreecommitdiff
path: root/tools/virtiofsd/passthrough_seccomp.h
blob: 12674fc05030a1ec2af28c5a048d279cb7b1196a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Seccomp sandboxing for virtiofsd
 *
 * Copyright (C) 2019 Red Hat, Inc.
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef VIRTIOFSD_PASSTHROUGH_SECCOMP_H
#define VIRTIOFSD_PASSTHROUGH_SECCOMP_H

void setup_seccomp(bool enable_syslog);

#endif /* VIRTIOFSD_PASSTHROUGH_SECCOMP_H */