mkinitrd unification across distributions
 help / color / mirror / Atom feed
From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Roberto Sassu <roberto.sassu-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	harald.hoyer-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	zohar-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org,
	safford-aZOuKsOsJu3MbYB6QlFGEg@public.gmane.org,
	ramunno-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org,
	tyhicks-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org,
	kirkland-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org,
	ecryptfs-devel-oU9gvf+ajcQ97yFScArB1dHuzzzSOjJt@public.gmane.org
Subject: Re: [PATCH v3 0/4] new dracut modules
Date: Fri, 12 Aug 2011 08:22:54 +0200	[thread overview]
Message-ID: <4E44C6BE.1010506@redhat.com> (raw)
In-Reply-To: <1310127065-23292-1-git-send-email-roberto.sassu-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org>

On 08.07.2011 14:10, Roberto Sassu wrote:
> Hi all
> 
> i'm reposting the patch set which allows to mount the securityfs filesystem
> from the initial ramdisk and introduces three new modules: masterkey,
> integrity and ecryptfs.
> 
> Changelog from version v2:
> * masterkey: added MULTIKERNELMODE configuration variable;
> * {masterkey,integrity, ecryptfs}: modified some debug messages for better
>   clarity;
> * ecryptfs: ECRYPTFS_EXTRA_MOUNT_OPTS configuration variable set to empty;
> * ecryptfs: replaced ECRYPTFSDIR with ECRYPTFSSRCDIR and ECRYPTFSDSTDIR.
> 
> Roberto Sassu
> 
> 
> Roberto Sassu (4):
>   base/init: mount the securityfs filesystem
>   dracut: added new module masterkey
>   dracut: added new module integrity
>   dracut: added new module ecryptfs
> 
>  dracut.kernel.7.xml                      |   29 +++++++++
>  modules.d/97masterkey/README             |   68 ++++++++++++++++++++
>  modules.d/97masterkey/masterkey.sh       |   75 ++++++++++++++++++++++
>  modules.d/97masterkey/module-setup.sh    |   25 ++++++++
>  modules.d/98ecryptfs/README              |   50 +++++++++++++++
>  modules.d/98ecryptfs/ecryptfs-mount.sh   |  100 ++++++++++++++++++++++++++++++
>  modules.d/98ecryptfs/module-setup.sh     |   20 ++++++
>  modules.d/98integrity/README             |   40 ++++++++++++
>  modules.d/98integrity/evm-enable.sh      |   91 +++++++++++++++++++++++++++
>  modules.d/98integrity/ima-policy-load.sh |   41 ++++++++++++
>  modules.d/98integrity/module-setup.sh    |   17 +++++
>  modules.d/99base/init                    |    6 ++
>  12 files changed, 562 insertions(+), 0 deletions(-)
>  create mode 100644 modules.d/97masterkey/README
>  create mode 100755 modules.d/97masterkey/masterkey.sh
>  create mode 100755 modules.d/97masterkey/module-setup.sh
>  create mode 100644 modules.d/98ecryptfs/README
>  create mode 100755 modules.d/98ecryptfs/ecryptfs-mount.sh
>  create mode 100755 modules.d/98ecryptfs/module-setup.sh
>  create mode 100644 modules.d/98integrity/README
>  create mode 100755 modules.d/98integrity/evm-enable.sh
>  create mode 100755 modules.d/98integrity/ima-policy-load.sh
>  create mode 100755 modules.d/98integrity/module-setup.sh
> 

pushed

      parent reply	other threads:[~2011-08-12  6:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-08 12:10 [PATCH v3 0/4] new dracut modules Roberto Sassu
     [not found] ` <1310127065-23292-1-git-send-email-roberto.sassu-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org>
2011-07-08 12:10   ` [PATCH v3 1/4] base/init: mount the securityfs filesystem Roberto Sassu
2011-07-08 12:11   ` [PATCH v3 2/4] dracut: added new module masterkey Roberto Sassu
2011-07-08 12:11   ` [PATCH v3 3/4] dracut: added new module integrity Roberto Sassu
2011-07-08 12:11   ` [PATCH v3 4/4] dracut: added new module ecryptfs Roberto Sassu
2011-07-08 16:10     ` Tyler Hicks
2011-07-08 18:33   ` [PATCH v3 0/4] new dracut modules Mimi Zohar
2011-08-12  6:22   ` Harald Hoyer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E44C6BE.1010506@redhat.com \
    --to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=ecryptfs-devel-oU9gvf+ajcQ97yFScArB1dHuzzzSOjJt@public.gmane.org \
    --cc=harald.hoyer-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=kirkland-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org \
    --cc=ramunno-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org \
    --cc=roberto.sassu-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org \
    --cc=safford-aZOuKsOsJu3MbYB6QlFGEg@public.gmane.org \
    --cc=tyhicks-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
    --cc=zohar-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox