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

ModuleInitFlags is missing MODULE_INIT_COMPRESSED_FILE #2462

Open
sinkingpoint opened this issue Jul 22, 2024 · 1 comment
Open

ModuleInitFlags is missing MODULE_INIT_COMPRESSED_FILE #2462

sinkingpoint opened this issue Jul 22, 2024 · 1 comment

Comments

@sinkingpoint
Copy link
Contributor

For loading compressed modules, we have to pass MODULE_INIT_COMPRESSED_FILE into the init_module functions, but this variant doesn't exist on the ModuleInitFlags enum (https://github.com/nix-rust/nix/blob/master/src/kmod.rs#L59-L64)

@SteveLauC
Copy link
Member

Looks like it is easy to add, PR welcome:)

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

No branches or pull requests

2 participants