]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Merge pull request #3039 from brauner/master
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 11 Jun 2019 22:11:32 +0000 (18:11 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 22:11:32 +0000 (18:11 -0400)
seccomp: add ifdefine for SECCOMP_FILTER_FLAG_NEW_LISTENER

src/lxc/lxcseccomp.h

index 893b8887d93f9b2aed6dc1f62cb4526d2575b700..121aa4e7a73e47de6fccf3f2c45db6ad66924513 100644 (file)
@@ -45,6 +45,10 @@ struct lxc_conf;
 struct lxc_epoll_descr;
 struct lxc_handler;
 
+#ifndef SECCOMP_FILTER_FLAG_NEW_LISTENER
+#define SECCOMP_FILTER_FLAG_NEW_LISTENER (1UL << 3)
+#endif
+
 #ifdef HAVE_SECCOMP