From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add ecryptfs-utils. Date: Sun, 28 Aug 2016 18:36:07 +0200 Message-ID: <877fb026mg.fsf@gnu.org> References: <1472001406-13953-1-git-send-email-me@tobias.gr> <1472001406-13953-2-git-send-email-me@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1be34B-0007Qq-MV for guix-devel@gnu.org; Sun, 28 Aug 2016 12:36:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1be347-00015b-IQ for guix-devel@gnu.org; Sun, 28 Aug 2016 12:36:14 -0400 In-Reply-To: <1472001406-13953-2-git-send-email-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Wed, 24 Aug 2016 03:16:46 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org Tobias Geerinckx-Rice skribis: > * gnu/packages/linux.scm (ecryptfs-utils): New variable. [...] > + (description > + "eCryptfs is a POSIX-compliant stacked cryptographic filesystem for= Linux. > +Each file's cryptographic meta-data is stored inside the file itself, al= ong > +with the encrypted contents. This allows individual encrypted files to = be > +copied between hosts and still be decrypted with the proper key. eCrypt= fs is a > +native Linux filesystem, and has been part of the Linux kernel since ver= sion > +2.6.19. This package contains the userland utilities to manage it.") > + (license license:gpl2+))) =E2=80=9Cfile system=E2=80=9D as two words, but otherwise LGTM. Thank you! Ludo=E2=80=99.