qemu/tools/virtiofsd/passthrough_seccomp.h
<<
>>
Prefs
   1/*
   2 * Seccomp sandboxing for virtiofsd
   3 *
   4 * Copyright (C) 2019 Red Hat, Inc.
   5 *
   6 * SPDX-License-Identifier: GPL-2.0-or-later
   7 */
   8
   9#ifndef VIRTIOFSD_SECCOMP_H
  10#define VIRTIOFSD_SECCOMP_H
  11
  12
  13void setup_seccomp(bool enable_syslog);
  14
  15#endif /* VIRTIOFSD_SECCOMP_H */
  16