Re: [PATCH v2 0/3] initramfs: add support for xattrs in the initial ram disk
Mimi Zohar <[email protected]>
| Newsgroups | org.kernel.vger.initramfs,org.kernel.vger.linux-api,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-integrity,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
> > How does this work today then? Is it actually the case that initramfs > > just cannot be used on an IMA-enabled system, or it can but it leaves > > the initramfs unverified and we're trying to fix that? I had assumed the > > latter. > Oooh, it's done not by starting IMA appraisal later, but by loading a > default policy to ignore initramfs? Right, when rootfs is a tmpfs filesystem, it supports xattrs, allowing for finer grained policies to be defined. Â This patch set would allow a builtin IMA appraise policy to be defined which includes tmpfs. Mimi