diff --git a/regression/syscall_test/Makefile b/regression/syscall_test/Makefile index a31d2da16..ca3669528 100644 --- a/regression/syscall_test/Makefile +++ b/regression/syscall_test/Makefile @@ -9,6 +9,7 @@ TESTS ?= \ alarm_test \ chmod_test \ chown_test \ + chroot_test \ fsync_test \ getdents_test \ link_test \ diff --git a/regression/syscall_test/blocklists/chroot_test b/regression/syscall_test/blocklists/chroot_test new file mode 100644 index 000000000..496343a03 --- /dev/null +++ b/regression/syscall_test/blocklists/chroot_test @@ -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 \ No newline at end of file