mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			284 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			284 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * 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 */
 | 
