From owner-freebsd-current@FreeBSD.ORG Wed Mar 21 22:26:06 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58F7D106564A for ; Wed, 21 Mar 2012 22:26:06 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id C98728FC0A for ; Wed, 21 Mar 2012 22:26:05 +0000 (UTC) Received: by lboi15 with SMTP id i15so1591746lbo.13 for ; Wed, 21 Mar 2012 15:26:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8em17WTI8rWFp8j3qapqk0q4jiXEWysp6k+SqB8NpX4=; b=l83e+iTicsKXnE3DPPT8ZpLseUNCcGB4dhcxuwx8B8jrH9XSigcPa8nM36hP2tfDyQ tazqeZPQX9r2QLcM7/HFQtQfJHVglx7aVtvk7XCkAKz4IrDzHDoUEaCgiaG0Mi3gkhri 1QBoDIY/sJmyA1fRjMBDlfQukH4q2CnVCgdhlaCqLL/QlPbfwAYDY079m+XX1nh6Ns2W YxF4OlZtfTae0uFY6Nb+CcWbXDYhBeZNXe3jN14RVGP1xBgwAoMjrKn+ne+lc4FNCaJ8 J1utyeUcPcosbdchoNN9/YHYPGuI49DO7XgEcUrWtMsZPTLfE/vf+k6HxgVuRqdOx9O3 MlTg== Received: by 10.152.102.228 with SMTP id fr4mr4055995lab.23.1332368764473; Wed, 21 Mar 2012 15:26:04 -0700 (PDT) Received: from localhost ([78.157.92.5]) by mx.google.com with ESMTPS id py12sm2933809lab.4.2012.03.21.15.26.02 (version=SSLv3 cipher=OTHER); Wed, 21 Mar 2012 15:26:03 -0700 (PDT) Date: Thu, 22 Mar 2012 00:26:01 +0200 From: Gleb Kurtsou To: Vincent Hoffman Message-ID: <20120321222601.GA14370@reks> References: <4F69A3C1.7040305@omnilan.de> <20120321100905.GN5886@equilibrium.bsdes.net> <4F69B1B0.3040005@FreeBSD.org> <4F69B7C5.5080800@unsane.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4F69B7C5.5080800@unsane.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Harald Schmalzbauer , freebsd-current@freebsd.org Subject: Re: Idea for GEOM and policy based file encryption X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2012 22:26:06 -0000 On (21/03/2012 11:13), Vincent Hoffman wrote: > On 21/03/2012 10:47, Andrey V. Elsukov wrote: > > On 21.03.2012 14:09, Victor Balada Diaz wrote: > >> You would need to modify UFS, or maybe do something like CFS[1]. CFS works > >> as an NFS server and you could modify it to only cipher the needed files. > >> > >> Also you could write a simple FS on FUSE, but last time i checked, our > >> FUSE support had some problems. > >> > > Yet another link: > > http://www.arg0.net/encfs > > > or pefs > FreeBSD wiki page: http://wiki.freebsd.org/PEFS > blog: http://glebkurtsou.blogspot.com/search/label/pefs It's also in ports: http://www.freshports.org/sysutils/pefs-kmod/