JuliaContainerization / Sandbox.jl

The cultured host's toolkit for ill-mannered Linux guests.
Other
35 stars 5 forks source link

binfmt_misc registrations should enforce `F` flag #92

Open staticfloat opened 2 years ago

staticfloat commented 2 years ago

Without the fix binary flag, most of Sandbox's multiarch images won't work, as we generally don't bundle qemu inside of the rootfs. When Sandbox is checking for binfmt_misc registration, it should allow a force parameter that removes a pre-existing registration and replaces it with the one we know will work.