From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Subject: Re: [PATCH v2 0/4] new dracut modules Date: Thu, 07 Jul 2011 10:52:47 +0200 Message-ID: <4E1573DF.5060608@redhat.com> References: <1309882990-2828-1-git-send-email-roberto.sassu@polito.it> <4E156E82.1060602@redhat.com> <201107071044.31979.roberto.sassu@polito.it> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201107071044.31979.roberto.sassu-8RLafaVCWuNeoWH0uzbU5w@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Roberto Sassu Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@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 On 07.07.2011 10:44, Roberto Sassu wrote: > On Thursday, July 07, 2011 10:29:54 AM Harald Hoyer wrote: >> On 05.07.2011 18:23, Roberto Sassu wrote: >>> Hi all >>> >>> this patch set introduces three new modules (masterkey, integrity and >>> ecryptfs) and allows to mount the securityfs filesystem from the initial >>> ramdisk. >>> >>> These patches are based upon the first version sent by Mimi Zohar, which >>> can be retrieved at the address: >>> >>> http://article.gmane.org/gmane.linux.kernel.initramfs/1910 >>> >>> Roberto Sassu >>> >> >> Why did you split it into three dracut modules? >> Personally, I would put it into one single module. >> > > Hi Harald > > i've split the scripts in three modules because 'masterkey' > initializes a kernel key which can be further used by other > dracut modules, like 'integrity' and 'ecryptfs'. > Another reason is that the last two do completely different > things (the former initializes the EVM framework, the latter > mounts an eCryptfs filesystem). > > Roberto Sassu Ok, fine with me. Thanks for the explanation.