From patchwork Tue Feb 26 20:49:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denis Efremov X-Patchwork-Id: 10830787 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 20D6A1880 for ; Tue, 26 Feb 2019 20:49:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0F3302D969 for ; Tue, 26 Feb 2019 20:49:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 029672D986; Tue, 26 Feb 2019 20:49:43 +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 573F62D969 for ; Tue, 26 Feb 2019 20:49:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729108AbfBZUtm (ORCPT ); Tue, 26 Feb 2019 15:49:42 -0500 Received: from mail.ispras.ru ([83.149.199.45]:45042 "EHLO mail.ispras.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727823AbfBZUtm (ORCPT ); Tue, 26 Feb 2019 15:49:42 -0500 Received: from green.intra.ispras.ru (pluton2.ispras.ru [83.149.199.44]) by mail.ispras.ru (Postfix) with ESMTPSA id DAEB45400C1; Tue, 26 Feb 2019 23:49:39 +0300 (MSK) From: Denis Efremov To: Casey Schaufler , Kees Cook Cc: Denis Efremov , "Eric W. Biederman" , Eric Paris , John Johansen , James Morris , "Serge E. Hallyn" , Paul Moore , Kentaro Takeda , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 00/11] LSM documentation update Date: Tue, 26 Feb 2019 23:49:01 +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. V2 adds the clarification on arguments for some hooks. The format of the documentation is also slightly updated for better html. However, there are still 10 hooks without documentation at all. I think that this should be fixed separatedly. Denis Efremov (11): LSM: fix documentation for sb_copy_data hook LSM: fix documentation for the syslog hook LSM: fix documentation for the socket_post_create hook LSM: fix documentation for the task_setscheduler hook LSM: fix documentation for the socket_getpeersec_dgram hook LSM: fix documentation for the path_chmod hook LSM: fix documentation for the audit_* hooks LSM: fix documentation for the msg_queue_* hooks LSM: fix documentation for the sem_* hooks LSM: fix documentation for the shm_* hooks LSM: lsm_hooks.h: fix documentation format include/linux/lsm_hooks.h | 170 ++++++++++++++++++-------------------- 1 file changed, 81 insertions(+), 89 deletions(-) Acked-by: Casey Schaufler Acked-by: Kees Cook