2 * Seccomp sandboxing for virtiofsd
4 * Copyright (C) 2019 Red Hat, Inc.
6 * SPDX-License-Identifier: GPL-2.0-or-later
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 */