mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-19 12:36:46 +00:00
committed by
Tate, Hongliang Tian
parent
74c70e3b5a
commit
dd64f58e55
@ -9,6 +9,7 @@ TESTS ?= \
|
||||
alarm_test \
|
||||
chmod_test \
|
||||
chown_test \
|
||||
chroot_test \
|
||||
fsync_test \
|
||||
getdents_test \
|
||||
link_test \
|
||||
|
11
regression/syscall_test/blocklists/chroot_test
Normal file
11
regression/syscall_test/blocklists/chroot_test
Normal file
@ -0,0 +1,11 @@
|
||||
ChrootTest.Success
|
||||
ChrootTest.PermissionDenied
|
||||
ChrootTest.NotDir
|
||||
ChrootTest.NotExist
|
||||
ChrootTest.WithoutCapability
|
||||
ChrootTest.CreatesNewRoot
|
||||
ChrootTest.DotDotFromOpenFD
|
||||
ChrootTest.ProcFdLinkResolutionInChroot
|
||||
ChrootTest.ProcMemSelfFdsNoEscapeProcOpen
|
||||
ChrootTest.ProcMemSelfMapsNoEscapeProcOpen
|
||||
ChrootTest.ProcMountsMountinfoNoEscape
|
Reference in New Issue
Block a user