]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/seccomp.c
support new libseccomp api
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 11 Dec 2012 17:40:02 +0000 (11:40 -0600)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 11 Dec 2012 18:33:40 +0000 (12:33 -0600)
commit769872f9f2c994d8bfd6de906562df64bcd92600
treea9f5dc8b7598f2a68e337de43149b89f1105360d
parenta02264fb1ef8abab2f7aff2d347638e6e831156e
support new libseccomp api

Detect the new api by existence in seccomp.h of the scmp_filter_ctx
type in configure.ac.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
configure.ac
src/lxc/conf.c
src/lxc/conf.h
src/lxc/lxcseccomp.h
src/lxc/seccomp.c