binfmt-support 2.2.0-ok1 source package in openKylin

Changelog

binfmt-support (2.2.0-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
binfmt-support_2.2.0.orig.tar.gz 823.0 KiB 0dd60cf676ac72091de9d8cd0f71423bf0a7ac2c52af4521353f51995b657b85
binfmt-support_2.2.0.orig.tar.gz.asc 833 bytes fb53447b3c9cd1171bc83a43fa71687dc29fac20b53f737a8b07fe7f37b7d312
binfmt-support_2.2.0-ok1.debian.tar.xz 192.0 KiB 4372cac6cb8b9f41a932faea33c77a2ac518e8b5dbba4b2e70e0317e1d57d418
binfmt-support_2.2.0-ok1.dsc 2.0 KiB 284ea8a85d7c0118f03a96c9cc3f5d05d929778924eab494cbd7e674a4c77e47

View changes file

Binary packages built by this source

binfmt-support: Support for extra binary formats

 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.