blob: d47c8eade6fdb5a02a8301775df9c5b0aea5ca99 [file] [log] [blame]
/*
* 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 */