[master] enable libseccomp system call filtering

3851.	[func]		Allow libseccomp based system-call filtering
			on Linux; use "configure --enable-seccomp" to
			turn it on.  Thanks to Loganaden Velvindron for
			the contribution. [RT #35347]
This commit is contained in:
Evan Hunt
2014-05-15 20:29:30 -07:00
parent 284d5252c1
commit 6fa84a3e25
6 changed files with 440 additions and 0 deletions

View File

@@ -281,6 +281,9 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the `scf' library (-lscf). */
#undef HAVE_LIBSCF
/* Define to use libseccomp system call filtering. */
#undef HAVE_LIBSECCOMP
/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET