Support prctl(PR_SET_KEEPCAPS/PR_GET_KEEPCAPS)

This commit is contained in:
Fabing Li
2024-12-05 07:49:43 +00:00
committed by Tate, Hongliang Tian
parent d72ce0351a
commit 24f1e02b26
6 changed files with 73 additions and 2 deletions

View File

@ -10,7 +10,6 @@ TESTS ?= \
alarm_test \
chmod_test \
chown_test \
chroot_test \
creat_test \
dup_test \
epoll_test \
@ -29,6 +28,7 @@ TESTS ?= \
mount_test \
open_create_test \
open_test \
prctl_setuid_test \
pread64_test \
preadv2_test \
proc_test \

View File

@ -0,0 +1 @@
PrctlKeepCapsSetuidTest.NoKeepCapsAfterNewUserNamespace