historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tools/virtiofsd/seccomp.h

17 lines
284 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
/*
* 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 */