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

#ifndef VIRTIOFSD_SECCOMP_H
#define VIRTIOFSD_SECCOMP_H

#include <stdbool.h>

void setup_seccomp(bool enable_syslog);

#endif /* VIRTIOFSD_SECCOMP_H */