From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752162AbbE0XsS (ORCPT ); Wed, 27 May 2015 19:48:18 -0400 Received: from mail.kernel.org ([198.145.29.136]:52057 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751055AbbE0XsO (ORCPT ); Wed, 27 May 2015 19:48:14 -0400 From: Andy Lutomirski To: Serge Hallyn , Andrew Morton , James Morris Cc: Jarkko Sakkinen , Andrew Lutomirski , "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 Subject: [PATCH v3 0/2] capabilities: Ambient capability patchset Date: Wed, 27 May 2015 16:47:57 -0700 Message-Id: X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 James or akpm, I think this is ready for 4.2. Can one of you queue it up? Thanks, Andy Changes from v2: - Improve the patch 1 changelog a bit. - Add acks. - Add comment clarifying the pE' rule. - s/except/expect 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 | 92 ++++++++++++++++++++++++++++++++++++----- security/keys/process_keys.c | 1 + 7 files changed, 112 insertions(+), 12 deletions(-) -- 2.1.0