Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp306555imj; Thu, 7 Feb 2019 04:45:30 -0800 (PST) X-Google-Smtp-Source: AHgI3Ibg0lzUG2jV5A0wIF8PzcFxwL0a0dVZdQSHCZ7qlWLkqKOwOsVrARWhtYnIGQgXOw3ejE7R X-Received: by 2002:a62:6204:: with SMTP id w4mr16053213pfb.5.1549543530388; Thu, 07 Feb 2019 04:45:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549543530; cv=none; d=google.com; s=arc-20160816; b=Ykk4NsXIZEk174HETpBXvaBZ4kAoCdKLCunHC5V9oJj6ZH2l+/dT/GeOMvMd9c6IrQ dp7kR+cqb+quHwQCDPMWiEsx9dzabcRJeozxLme6Tl5zU13CxK9UBA1bRMndg7VWd1lN xRAqlAUbd+qKRY5dMm7GX5YUHY2ylKTgMZF7S+n8V5ihb2a481Zz7Nkzr+cAkDvZ+0Vh WOHy/3UBcPo8rLg7VDKgTvF2WQXO0ARPPHNgDRbYe/Kyv0tVtPsBAFLMPmXDFqO1UDoY 14+EkHIT1RuD4PPFXy9tnotlUOEpyzbS+DF8OSTFIQc0RcoBVoefLanL8ZWBbqGLaUCT /2hw== 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=qkA6GmhrLia+aRXH3QplX5CUU4pL52+Hofs681jkhXw=; b=Oxupvg36bG4SzFGjjLwxQm5NOoCkeR75kUNG6o3YjfUMpG2wzJNVfkXaeVox/ybttt F6H1rAHzlsDeok4ccosw7Xk1d5cdllk6vHwYHxQrkzWmtI2ACJGkpWI8+/6M9H9BtqYA LCagHpGIuuMhhYXYybUZjLwBNlQ/hxS6q4gO1ab38zkJcLRWEikawyebimXVX9azQy3R Ck9UfHyCySX5XAIQ0uCQzpctUjqhiD926i+Q/rSwjTDeDeSicaDChB8+1PDuQCf3Gjql 4E6bPRT4dEfS0WwKFlgf45XduKBehS2zO5SD9hG7MQ42piEP3IwmHfqc4xEDObXnVcnX YHkw== 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 o12si8742322pgn.145.2019.02.07.04.45.09; Thu, 07 Feb 2019 04:45:30 -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 S1726906AbfBGMpE (ORCPT + 99 others); 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: 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. 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(-) -- 2.17.2