From patchwork Thu Feb 7 12:44:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denis Efremov X-Patchwork-Id: 10801037 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 104181390 for ; Thu, 7 Feb 2019 12:45:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E4C692C4D0 for ; Thu, 7 Feb 2019 12:45:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D47622D291; Thu, 7 Feb 2019 12:45:05 +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 00D1F2C4D0 for ; Thu, 7 Feb 2019 12:45:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726786AbfBGMpE (ORCPT ); Thu, 7 Feb 2019 07:45:04 -0500 Received: from mail.ispras.ru ([83.149.199.45]:60480 "EHLO mail.ispras.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726769AbfBGMpE (ORCPT ); Thu, 7 Feb 2019 07:45:04 -0500 Received: from green.intra.ispras.ru (pluton2.ispras.ru [83.149.199.44]) by mail.ispras.ru (Postfix) with ESMTPSA id EB7105400A9; Thu, 7 Feb 2019 15:45:01 +0300 (MSK) From: Denis Efremov To: linux-security-module@vger.kernel.org Cc: Denis Efremov , Casey Schaufler , "Eric W. Biederman" , Eric Paris , Kees Cook , John Johansen , James Morris , "Serge E. Hallyn" , Paul Moore , Kentaro Takeda , linux-kernel@vger.kernel.org Subject: [PATCH 00/10] LSM documentation update Date: Thu, 7 Feb 2019 15:44:48 +0300 Message-Id: X-Mailer: git-send-email 2.17.2 Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP Recent "New LSM Hooks" discussion has led me to the thought that it might be a good idea to slightly update the current documentation. The patchset adds nothing new to the documentation, only fixes the old description of hooks to reflect their current state. Denis Efremov (10): security: fix documentation for the sb_copy_data hook security: fix documentation for the syslog hook security: fix documentation for the socket_post_create hook security: fix documentation for the task_setscheduler hook security: fix documentation for the socket_getpeersec_dgram hook security: fix documentation for the path_chmod hook security: fix documentation for the audit_* hooks security: fix documentation for the msg_queue_* hooks security: fix documentation for the sem_* hooks security: fix documentation for the shm_* hooks include/linux/lsm_hooks.h | 127 ++++++++++++++++++-------------------- 1 file changed, 61 insertions(+), 66 deletions(-)