Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10349852imu; Sun, 30 Dec 2018 20:17:28 -0800 (PST) X-Google-Smtp-Source: ALg8bN6jrDZn4e9Vizu6cw45Oxz7YPE+HlE5wZnCUzYaY1NY4B8xY5ybsm5rHvVELRp/IauGefIQ X-Received: by 2002:a17:902:2a0a:: with SMTP id i10mr35499619plb.323.1546229848097; Sun, 30 Dec 2018 20:17:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546229848; cv=none; d=google.com; s=arc-20160816; b=ZZ8QwT/UkmOig6Xq1U/OlLfCyjM7lRfsm7nutVKbrzsOvIqUOpEoCxtfRRzCW3UHm8 F+Zv/14grBmq6jvyQ5JMBtC4Mn1iLMoTH2K7GM+l77tVTMHrqWnmz3p+U5ur20JvZ5/5 D5/lWYo1+KpjUAOGn+MFvGrYanVJk2NP4/Ga+Pj7akQTJJdUlWxaeQht5Tn9rbdXDahv wfZ76zQ/jyi0XnPutcZVvLBxER+v5f4bOtMuxXwz+0zuT1Gh5amkvkhlHpC+Swquqjf8 M4/OD9Y6XrKvknn75fHmEC8MXdY0I7h6BJN16wyd8zqrv/HINDBLeY+JRyB/HWoR1TPM 0j9w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-id:mime-version:user-agent :message-id:subject:cc:to:from:date; bh=/7Z/NEDL4Qu99lGaIn/AUjqkNud4v1ruz5mesL9g1yI=; b=VAKcMA6F849n75cRb0FubcIqoablRIYOZhW/nfQ0iQJxrBjy65TepHgB1Ld88q4SoI zUm10ygnyGolrJAG7zeAK6yIaxXInjig0c5Ll8iQSP6Lf0SYyNcUT/rY+lI5dQqVCzcb K+n+tpq1aj5gK/S4nBZJFCpqUL9WL2Carhoytfu6SVSFAqn9wXVPKyhLeplQzEgWkrkC 5sYRqM1ucez9IY381R7/CqMQAQiDYnXWpUVnsf8tXs0fCJbqB0JLHt7VSLCAM3sckdR0 w/+GO/mSlLbpHVkFlzV4laZjr6BYpJLWAdJ8gY62Wav9bjOOqCoWAHBysJU5Ap5p+sDK WIXQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 31si9009352plz.263.2018.12.30.20.17.12; Sun, 30 Dec 2018 20:17:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727023AbeLaEQ0 (ORCPT + 99 others); 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-Type: multipart/mixed; BOUNDARY="1665246916-996557093-1546229750=:1435" Content-ID: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1665246916-996557093-1546229750=:1435 Content-Type: text/plain; CHARSET=ISO-8859-15 Content-Transfer-Encoding: 8BIT Content-ID: 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(-) --1665246916-996557093-1546229750=:1435--