--- openssh-7.1p2.orig/sandbox-seccomp-filter.c +++ openssh-7.1p2/sandbox-seccomp-filter.c @@ -153,6 +153,9 @@ static const struct sock_filter preauth_ #ifdef __NR_getuid32 SC_ALLOW(getuid32), #endif +#ifdef __NR_getrandom + SC_ALLOW(getrandom), +#endif #ifdef __NR_gettimeofday SC_ALLOW(gettimeofday), #endif