[Bug 240874] Linuxulator: unimplemented Linux syscalls: memfd_create, inotify_init{,1}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Feb 2023 09:36:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240874 Gleb Popov <arrowd@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arrowd@FreeBSD.org --- Comment #3 from Gleb Popov <arrowd@FreeBSD.org> --- I'm facing the problem as Bjoern. I have a closed source Linux binary that calls inotify_* functions. We do have libinotify-kqueue - a usermode library that implements inotify interface in terms of kevent/kqueue one. However, there seem to be no way to easily hook it into Linuxulator, because inotify_* are syscalls on Linux. -- You are receiving this mail because: You are the assignee for the bug.