blob: 86bce72652b5137234f425e03ebb7723f4c1ea68 (
plain) (
tree)
|
|
/*
* 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
void setup_seccomp(void);
#endif /* VIRTIOFSD_SECCOMP_H */
|