From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78FB4C004EF for ; Tue, 9 Jul 2019 11:32:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5505920844 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 Content-Type: text/plain; charset=US-ASCII Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: 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(-)