proot-me / proot

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
https://proot-me.github.io
GNU General Public License v2.0
1.96k stars 369 forks source link

Fix test-25069c12 and test-25069c13 for new kernels. #351

Closed jpoiret closed 1 year ago

jpoiret commented 1 year ago

Fix both tests in the same vein as [1]. Note that this behavior had been changed by Linux's [2], not by glibc as suggested by [1].

[1] 10dd605103bfc0856ae0247b2c2cc60e3e32489d [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dcd46d897adb70d63e025f175a00a89797d31a43

oxr463 commented 1 year ago

Thanks for the PR!

Initially thought this was a duplicate of https://github.com/proot-me/proot/pull/342 but it looks like more of the same.