From patchwork Mon Dec 31 04:16:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: James Morris X-Patchwork-Id: 10745277 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 1BC056C2 for ; Mon, 31 Dec 2018 04:16:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0A7AF289A9 for ; Mon, 31 Dec 2018 04:16:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F20AB28B6B; Mon, 31 Dec 2018 04:16:27 +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 72700289A9 for ; Mon, 31 Dec 2018 04:16:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726876AbeLaEQ0 (ORCPT ); Sun, 30 Dec 2018 23:16:26 -0500 Received: from namei.org ([65.99.196.166]:53796 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726131AbeLaEQ0 (ORCPT ); Sun, 30 Dec 2018 23:16:26 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id wBV4GPUw001788; Mon, 31 Dec 2018 04:16:25 GMT Date: Mon, 31 Dec 2018 15:16:25 +1100 (AEDT) From: James Morris To: Linus Torvalds cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [GIT PULL] security: Smack changes for v4.21 Message-ID: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-ID: Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP From Casey: "I have two Smack patches for 4.21. One Jose's patch adds missing documentation and Zoran's fleshes out the access checks on keyrings." The following changes since commit 1072bd678547f8663cfb81a22fdb50c589e4976e: security: fs: make inode explicitly non-modular (2018-12-12 14:58:51 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-smack for you to fetch changes up to 20bb4cb4fb9fb994d757932abc4404cf0f0f56cc: Merge branch 'smack-for-4.21-a' of https://github.com/cschaufler/next-smack into next-smack (2018-12-13 19:30:33 -0800) ---------------------------------------------------------------- James Morris (1): Merge branch 'smack-for-4.21-a' of https://github.com/cschaufler/next-smack into next-smack José Bollo (1): Smack: Improve Documentation Zoran Markovic (1): smack: fix access permissions for keyring Documentation/admin-guide/LSM/Smack.rst | 4 ++++ security/smack/smack_lsm.c | 12 +++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-)