Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: add newcx initramfs format description
Many of the Linux security/integrity features are dependent on file metadata, stored as extended attributes (xattrs), for making decisions. These features need to be initialized during initcall and enabled as early as possible for complete security coverage. Initramfs (tmpfs) supports xattrs, but newc CPIO archive format does not support including them into the archive. This patch describes "extended" newc format (newcx) that is based on newc and has following changes: - extended attributes support - increased size of filesize to support files >4GB - increased mtime field size to have 64 bits of seconds and added a field for nanoseconds - removed unused checksum field Change-Id: Ibcf45379ae1760d283cbbc73f0b5c3eec6858315 Signed-off-by: Taras Kondratiuk <takondra@cisco.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com> Signed-off-by: Victor Kamensky <kamensky@cisco.com>
- Loading branch information