Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752848AbbG3PwL (ORCPT ); Thu, 30 Jul 2015 11:52:11 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:45647 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752226AbbG3PwI (ORCPT ); Thu, 30 Jul 2015 11:52:08 -0400 Message-Id: <1438271527.4081427.337383497.750BC231@webmail.messagingengine.com> X-Sasl-Enc: 3w/KdcsT8/PoTdtF+/T6uma2YFP/C14uehWlfnm0Wkr6 1438271527 From: Colin Walters To: Casey Schaufler , Amir Goldstein , Seth Forshee Cc: "Theodore Ts'o" , Stephen Smalley , Andy Lutomirski , "Eric W. Biederman" , Alexander Viro , Linux FS Devel , LSM List , "SELinux-NSA" , Serge Hallyn , linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-63a5d8c6 In-Reply-To: <55BA43C7.40300@schaufler-ca.com> References: <20150730135531.GA109168@ubuntu-hedt> <55BA43C7.40300@schaufler-ca.com> Subject: Re: [PATCH 0/7] Initial support for user namespace owned mounts Date: Thu, 30 Jul 2015 11:52:07 -0400 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 20 It's worth noting here that I think a lot of the use cases for unprivileged mounts are testing/development type things, and these are pretty well covered by: http://libguestfs.org/ Basically it just runs the host kernel in a VM, and the userspace is a minimal agent that you can talk to over virtio. You can use the API, or `guestmount` exposes it via FUSE. It doesn't magically make the kernel filesystems robust against untrusted input, but in the case of compromise, it's an "unprivileged" VM. I've used it for several projects and been quite happy. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/