#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: seccomp.c,v 1.1 2017/09/24 16:04:56 christos Exp $")
+FILE_RCSID("@(#)$File: seccomp.c,v 1.2 2017/11/04 01:14:25 christos Exp $")
#endif /* lint */
#if HAVE_LIBSECCOMP
ALLOW_RULE(openat);
ALLOW_RULE(pread64);
ALLOW_RULE(read);
+ ALLOW_RULE(readlink);
ALLOW_RULE(rt_sigaction);
ALLOW_RULE(rt_sigprocmask);
ALLOW_RULE(rt_sigreturn);
// needed by valgrind
ALLOW_RULE(gettid);
ALLOW_RULE(getpid);
- ALLOW_RULE(readlink);
ALLOW_RULE(rt_sigtimedwait);
#endif