Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966259AbbBCPXR (ORCPT ); Tue, 3 Feb 2015 10:23:17 -0500 Received: from resqmta-ch2-01v.sys.comcast.net ([69.252.207.33]:51984 "EHLO resqmta-ch2-01v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965926AbbBCPXN (ORCPT ); Tue, 3 Feb 2015 10:23:13 -0500 Date: Tue, 3 Feb 2015 09:23:12 -0600 (CST) From: Christoph Lameter X-X-Sender: cl@gentwo.org To: Serge Hallyn cc: Serge Hallyn , Andy Lutomirski , Jonathan Corbet , Aaron Jones , "Ted Ts'o" , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linuxfoundation.org, morgan@kernel.org Subject: Re: [capabilities] Allow normal inheritance for a configurable set of capabilities In-Reply-To: <20150202171257.GD24351@ubuntumail> Message-ID: References: <20150202171257.GD24351@ubuntumail> Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1040 Lines: 24 On Mon, 2 Feb 2015, Serge Hallyn wrote: > A key concept behind posix capabilities is that the privilege comes from > both the person and the file being executed. As you say below basically > anything can be executed by the program so that is completely violated. Well this patch does not change that. Its just that the file being executed can inherit the parent caps without having to set caps in the new executable. > Still, it's not that different from mmapping some arbitrary code and > jumping into it whlie retaining caps. Owww. Thats a pretty far jump from what this patch does. > Not saying this is a good idea necessarily, but worth thinking about. Well we keep on having actual problems with caps for long years now. We need a solution. This means a patch that solves the issue. -- 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/