termux / proot

An chroot-like implementation using ptrace.
https://wiki.termux.com/wiki/PRoot
Other
761 stars 160 forks source link

Add support for statx syscall #122

Closed michalbednarski closed 3 years ago

michalbednarski commented 3 years ago

Current GLib/GIO available in Arch relies on statx syscall which is not supported by proot nor allowed by Android seccomp policy

I'll need to implement that syscall in proot, currently Thunar (Xfce file manager and desktop) can be started only if GIO is manually compiled without statx (by removing #define HAVE_STATX 1 from _build/config.h between running meson _build and ninja)

Symptoms originally reported at termux/proot-distro#14

michalbednarski commented 3 years ago

statx() syscall has been implemented and updated version is now in Termux repo