binfmt-support 2.2.2-ok1 source package in openKylin
Changelog
binfmt-support (2.2.2-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 06 May 2024 21:50:43 +0800
binfmt-support (2.2.2-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 06 May 2024 21:50:43 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | admin | |
Huanghe V3.0 | release | main | admin | |
Nile V2.0 | release | main | admin | |
Nile V2.0 | proposed | main | admin |
File | Size | SHA-256 Checksum |
---|---|---|
binfmt-support_2.2.2.orig.tar.gz | 843.2 KiB | cce14163f9b526283e6f0d00f3be1cfe239fa2c7574e5e0ba8ad3db74166a4a5 |
binfmt-support_2.2.2.orig.tar.gz.asc | 833 bytes | a905b3a7623cb7a93f2efa2ed2b0050b8dedf8f815b7f103f3486262b50fa72b |
binfmt-support_2.2.2-ok1.debian.tar.xz | 7.9 KiB | 8604cf83fe52246158f9142cd4190b7f016ed3c36f9f4425c0f019006894468d |
binfmt-support_2.2.2-ok1.dsc | 2.0 KiB | 1665089bc21f240b6cbbfe06f48a1c57dc61a0ce6a2bb7f9740defb01b402c0e |
The binfmt_misc kernel module, contained in versions 2.1.43 and later of the
Linux kernel, allows system administrators to register interpreters for
various binary formats based on a magic number or their file extension, and
cause the appropriate interpreter to be invoked whenever a matching file is
executed. Think of it as a more flexible version of the #! executable
interpreter mechanism.
.
This package provides an 'update-binfmts' script with which package
maintainers can register interpreters to be used with this module without
having to worry about writing their own init.d scripts, and which sysadmins
can use for a slightly higher-level interface to this module.