From patchwork Tue Jul 9 11:32:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Morris X-Patchwork-Id: 11036865 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 03FAF13B1 for ; Tue, 9 Jul 2019 11:32:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E9FAB27F4B for ; Tue, 9 Jul 2019 11:32:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DE90A28738; Tue, 9 Jul 2019 11:32:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 904A9285B3 for ; Tue, 9 Jul 2019 11:32:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726043AbfGILck (ORCPT ); Tue, 9 Jul 2019 07:32:40 -0400 Received: from namei.org ([65.99.196.166]:34316 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726030AbfGILck (ORCPT ); Tue, 9 Jul 2019 07:32:40 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x69BWdlJ014294; Tue, 9 Jul 2019 11:32:39 GMT Date: Tue, 9 Jul 2019 04:32:39 -0700 (PDT) From: James Morris To: Linus Torvalds cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] LSM: capabilities updates for v5.3 Message-ID: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP Please pull these minor fixes for capabilities: o Update the commoncap.c code to utilize XATTR_SECURITY_PREFIX_LEN, from Carmeli tamir. o Make the capability hooks static, from Yue Haibing. --- The following changes since commit e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd: Linux 5.1 (2019-05-05 17:42:58 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-lsm for you to fetch changes up to c5eaab1d131d0a6272df7d55a971a67400d63f56: security/commoncap: Use xattr security prefix len (2019-07-07 14:55:54 +1200) ---------------------------------------------------------------- Carmeli Tamir (1): security/commoncap: Use xattr security prefix len YueHaibing (1): security: Make capability_hooks static security/commoncap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)