Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension for the binder_linux module #371

Open
muvaf opened this issue Apr 27, 2024 · 0 comments
Open

Extension for the binder_linux module #371

muvaf opened this issue Apr 27, 2024 · 0 comments

Comments

@muvaf
Copy link

muvaf commented Apr 27, 2024

The module binder_linux is required for running Android as Linux containers. Waydroid and Redroid are example projects and both require loading this module via:

# If not exists, install it first with: apt install linux-modules-extra-`uname -r`
modprobe binder_linux devices="binder,hwbinder,vndbinder"

As Talos is pre-built with a set of modules, it's not possible to install extra modules and binder_linux doesn't appear in the included module list.

modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.6.28-talos

From the look of it, it'd be pretty straight-forward to add a folder under misc similar to binfmt-misc module extension. I can take a stab at it but may need some hand holding as I never worked directly with Linux kernel before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant