]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - include/sysemu/seccomp.h
seccomp: add elevateprivileges argument to command line
[thirdparty/qemu.git] / include / sysemu / seccomp.h
index 215138a372b00e9eaac6e98c5461ba6562535e49..4a9e63c7cda52744234c29b3708fc94c0555e728 100644 (file)
@@ -17,6 +17,7 @@
 
 #define QEMU_SECCOMP_SET_DEFAULT     (1 << 0)
 #define QEMU_SECCOMP_SET_OBSOLETE    (1 << 1)
+#define QEMU_SECCOMP_SET_PRIVILEGED  (1 << 2)
 
 #include <seccomp.h>