diff options
author | Thadeu Lima de Souza Cascardo <cascardo@canonical.com> | 2020-04-08 20:57:53 -0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2020-04-14 09:49:51 -0600 |
commit | d42b8dbec46c08c6bd3f9d264127bd4910581c07 (patch) | |
tree | 4f5ff9935105c7a553a3ea2199a7fe7284fad6d8 /security | |
parent | 651e0d881461ab2b1cd5cbec3a642d22fc8d6057 (diff) | |
download | linux-d42b8dbec46c08c6bd3f9d264127bd4910581c07.tar.bz2 |
selftests/seccomp: allow clock_nanosleep instead of nanosleep
glibc 2.31 calls clock_nanosleep when its nanosleep function is used. So
the restart_syscall fails after that. In order to deal with it, we trace
clock_nanosleep and nanosleep. Then we check for either.
This works just fine on systems with both glibc 2.30 and glibc 2.31,
whereas it failed before on a system with glibc 2.31.
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions