]> git.pld-linux.org Git - packages/chrony.git/blob - fix-seccomp-build.patch
6888e7efeb7272a41cbc35ece3691731fda69b9d
[packages/chrony.git] / fix-seccomp-build.patch
1 diff --git a/sys_linux.c b/sys_linux.c
2 index 898dc7a7f75..fcd334ecf03 100644
3 --- a/sys_linux.c
4 +++ b/sys_linux.c
5 @@ -503,7 +503,7 @@ SYS_Linux_EnableSystemCallFilter(int level)
6      SCMP_SYS(socketcall),
7      /* General I/O */
8      SCMP_SYS(_newselect), SCMP_SYS(close), SCMP_SYS(open), SCMP_SYS(openat), SCMP_SYS(pipe),
9 -    SCMP_SYS(pipe2), SCMP_SYS(poll), SCMP_SYS(ppoll), SCMP_SYS(pselect6), SCMP_SYS(read),
10 +    SCMP_SYS(pipe2), SCMP_SYS(poll), SCMP_SYS(pselect6), SCMP_SYS(read),
11      SCMP_SYS(futex), SCMP_SYS(select), SCMP_SYS(set_robust_list), SCMP_SYS(write),
12      /* Miscellaneous */
13      SCMP_SYS(getrandom), SCMP_SYS(sysinfo), SCMP_SYS(uname),
This page took 0.081121 seconds and 2 git commands to generate.