diff options
author | Yang Hau <yuanyanghau@gmail.com> | 2023-01-23 10:35:05 +0700 |
---|---|---|
committer | Yang Hau <yuanyanghau@gmail.com> | 2023-01-27 00:36:35 +0700 |
commit | 2ab05d0125a925819024f8b0794420b92824dec8 (patch) | |
tree | 153595591579137b962d6fcf269afbd8778e3f08 /libc-test/semver/linux.txt | |
parent | f7b4c2e0427f3696d80096d33438ac862d96a762 (diff) | |
download | rust-libc-2ab05d0125a925819024f8b0794420b92824dec8.tar.gz |
linux: add PR_SET_PTRACER_ANY
Diffstat (limited to 'libc-test/semver/linux.txt')
-rw-r--r-- | libc-test/semver/linux.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/semver/linux.txt b/libc-test/semver/linux.txt index 6d9714b2e4..2907fc09e2 100644 --- a/libc-test/semver/linux.txt +++ b/libc-test/semver/linux.txt @@ -1800,6 +1800,7 @@ PR_SET_NAME PR_SET_NO_NEW_PRIVS PR_SET_PDEATHSIG PR_SET_PTRACER +PR_SET_PTRACER_ANY PR_SET_SECCOMP PR_SET_SECUREBITS PR_SET_THP_DISABLE |