]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/seccomp.h
seccomp: Add filter flag to opt-out of SSB mitigation
[mirror_ubuntu-artful-kernel.git] / include / linux / seccomp.h
index ecc296c137cd2e3e926821dc357e5c00563bedd4..45764623a26e111b63fc93a51e32207afbf0637f 100644 (file)
@@ -3,7 +3,9 @@
 
 #include <uapi/linux/seccomp.h>
 
-#define SECCOMP_FILTER_FLAG_MASK       (SECCOMP_FILTER_FLAG_TSYNC)
+#define SECCOMP_FILTER_FLAG_MASK       (SECCOMP_FILTER_FLAG_TSYNC      | \
+                                        SECCOMP_FILTER_FLAG_LOG        | \
+                                        SECCOMP_FILTER_FLAG_SPEC_ALLOW)
 
 #ifdef CONFIG_SECCOMP