Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758658AbbDXWze (ORCPT ); Fri, 24 Apr 2015 18:55:34 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:35600 "EHLO mail-lb0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756502AbbDXWz3 (ORCPT ); Fri, 24 Apr 2015 18:55:29 -0400 MIME-Version: 1.0 In-Reply-To: <20150424211511.GB28613@mail.hallyn.com> References: <20150424175348.GL16377@ubuntumail> <20150424190935.GN16377@ubuntumail> <20150424211511.GB28613@mail.hallyn.com> From: Andy Lutomirski Date: Fri, 24 Apr 2015 15:55:08 -0700 Message-ID: Subject: Re: [RFC] capabilities: Ambient capabilities To: "Serge E. Hallyn" Cc: Jarkko Sakkinen , "Ted Ts'o" , "Andrew G. Morgan" , Andrew Morton , Serge Hallyn , Michael Kerrisk , Mimi Zohar , Linux API , Austin S Hemmelgarn , linux-security-module , Aaron Jones , Christoph Lameter , LKML , Serge Hallyn , Markku Savela , Kees Cook , Jonathan Corbet Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1236 Lines: 34 On Apr 24, 2015 2:15 PM, "Serge E. Hallyn" wrote: > > On Fri, Apr 24, 2015 at 01:18:44PM -0700, Andy Lutomirski wrote: > > On Fri, Apr 24, 2015 at 1:13 PM, Christoph Lameter wrote: > > > On Fri, 24 Apr 2015, Andy Lutomirski wrote: > > > > > >> That's sort of what my patch does -- you need CAP_SETPCAP to switch > > >> the securebit. > > >> > > >> But Christoph's patch required it to add caps to the ambient set, right? > > > > > > Yes but you seem to be just adding one additional step without too much of > > > a benefit because you still need CAP_SETPCAP. > > > > > > > No, because I set the default to on :) > > Right - I definately prefer > > . default off > . CAP_SETPCAP required to turn it on (for self and children) > . once on, anyone can copy bits from (whatever we decided) to pA. > Why default off? If there's some weird reason that switching it on could cause a security problem, then I'd agree, but I haven't spotted a reason yet. --Andy -- 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/