From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753571AbbETTrf (ORCPT ); Wed, 20 May 2015 15:47:35 -0400 Received: from mail-lb0-f170.google.com ([209.85.217.170]:35668 "EHLO mail-lb0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753271AbbETTrb (ORCPT ); Wed, 20 May 2015 15:47:31 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Andy Lutomirski Date: Wed, 20 May 2015 12:47:09 -0700 Message-ID: Subject: Re: [PATCH v2 0/2] capabilities: Ambient capabilities To: Andy Lutomirski Cc: Serge Hallyn , Andrew Morton , Jarkko Sakkinen , "Ted Ts'o" , "Andrew G. Morgan" , Linux API , Mimi Zohar , Michael Kerrisk , Austin S Hemmelgarn , linux-security-module , Aaron Jones , Serge Hallyn , LKML , 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 On Thu, May 14, 2015 at 11:39 PM, Andy Lutomirski wrote: > This adds ambient capabilities. See the individual patch changelogs > for details. > > Preliminary userspace code is here: > > https://git.kernel.org/cgit/linux/kernel/git/luto/util-linux-playground.git/commit/?h=cap_ambient&id=7f5afbd175d2 > > I'll follow up with a rough draft of a man-pages patch. Just as a note: I'm going to hold off on v3 until Kees and/or Serge can take a look, since so far the only changes I want to make to the kernel part are some comment cleanups and a possible rearrangement of the pE' stuff that will provably have no effect. --Andy > > Changes from v1: > - Lots of cleanups to the ambient cap code. > - The securebit is new. > > Andy Lutomirski (2): > capabilities: Ambient capabilities > capabilities: Add a securebit to disable PR_CAP_AMBIENT_RAISE > > fs/proc/array.c | 5 ++- > include/linux/cred.h | 8 ++++ > include/uapi/linux/prctl.h | 6 +++ > include/uapi/linux/securebits.h | 11 +++++- > kernel/user_namespace.c | 1 + > security/commoncap.c | 88 ++++++++++++++++++++++++++++++++++++----- > security/keys/process_keys.c | 1 + > 7 files changed, 108 insertions(+), 12 deletions(-) > > -- > 2.1.0 > -- Andy Lutomirski AMA Capital Management, LLC