4581. [port] Linux: Add getpid and getrandom to the list of system

calls named uses for seccomp. [RT #44883]
This commit is contained in:
Mark Andrews
2017-03-16 11:21:18 +11:00
parent 638c7c635d
commit f94f3e2791
5 changed files with 36 additions and 0 deletions

View File

@@ -254,6 +254,9 @@ int sigwait(const unsigned int *set, int *sig);
/* Build with GeoIP Country IPv6 support */
#undef HAVE_GEOIP_V6
/* Define to 1 if you have the `getrandom' function. */
#undef HAVE_GETRANDOM
/* Define to use gperftools CPU profiler. */
#undef HAVE_GPERFTOOLS_PROFILER