]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/uapi/linux/seccomp.h
seccomp: Action to log before allowing
[mirror_ubuntu-artful-kernel.git] / include / uapi / linux / seccomp.h
index 19a611d0712e04ef7f7cd90c5c21a251adcd0910..f94433263e4b63e0eaf6fccaf0fd44d326250d79 100644 (file)
@@ -31,6 +31,7 @@
 #define SECCOMP_RET_TRAP       0x00030000U /* disallow and force a SIGSYS */
 #define SECCOMP_RET_ERRNO      0x00050000U /* returns an errno */
 #define SECCOMP_RET_TRACE      0x7ff00000U /* pass to a tracer or disallow */
+#define SECCOMP_RET_LOG                0x7ffc0000U /* allow after logging */
 #define SECCOMP_RET_ALLOW      0x7fff0000U /* allow */
 
 /* Masks for the return value sections. */