Received: by 2002:ac0:8845:0:0:0:0:0 with SMTP id g63csp1028888img; Tue, 26 Feb 2019 12:50:38 -0800 (PST) X-Google-Smtp-Source: AHgI3IaDYKMEpy3nmzIsM40FlykTE4QHyhZLWnYFotCbYTry+0TgLWOVr1y1Odgs/RgAQdnCDcMn X-Received: by 2002:a62:f51d:: with SMTP id n29mr27693747pfh.21.1551214238116; Tue, 26 Feb 2019 12:50:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551214238; cv=none; d=google.com; s=arc-20160816; b=gU6rGWveFH8AeiwFql+VCJ3oyHHzIlV9koaZ8poKHWObjgRvoKJHME9965jppd+S43 oOvj7mKCjmVGMCE5/5dugmqDEzytDGJc8q3IlVLBiFX95bfUDhtet8pcheDITI59dp+E 1+0DdMM7H9uqXjo6gKeI69geiqcm3tjngG1uD/sX42AxiEpRJM0keQMYrq/7bDcc2AqI vf48EhCNnvgQz7J5EPgJEGr+nqXJ0rkA9FLrs2toP0R1ZygDlrv/T2/9fECvhrBiROAj Ivvrh0GPBNnUA6HLCFD3EB8a/FjLFqB5Sz0HVnsgRJw2WahBEmcBGs7O0dNwymkzPbPL KysA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=gp+/cC3Cze22ZQKqQGzl52Ztd9DKz4W2k9vvN2sXOCE=; b=MPp2NlERtJXi4J+7lSDA39BtbbuPGmo39fdIntH3j3X9spGD4mSZz5SA9liNRx6Xoi keKtEN7Q6RXfIZBZUHc9BRsVJMqKxAC6+gLSnYBXYXr0RYtXnM3mjAPJbgS3TfKC0opo FgIFHAFWbpLiBWgZiWl6EPiWLdc03949ShMIn4vUBS2/DFpwZdV+7sxAmSDPxnKyb2MJ Nf/iLXPMgtV+VLVnpa/uL4RdaKmdGcv/TZXV1Q/ublEiTZh3Uf0NXDqWax1gFNksXrgb 3elORcRRuqxmEACMlrLEX+QkI2gPS0df06+0VotNEMmhSoPFNIfhRdjCG5DwUURzxvwm BCkg== 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 g8si13349101pgo.166.2019.02.26.12.50.23; Tue, 26 Feb 2019 12:50:38 -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 S1729136AbfBZUtm (ORCPT + 99 others); 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: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- 2.17.2