Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp306723imj; Thu, 7 Feb 2019 04:45:42 -0800 (PST) X-Google-Smtp-Source: AHgI3IZoJJNZ3FEsFLlsOKoXBC6lX6h9Nd+PyCfT3qetQgwKe4I6R2GHXWRdCd4SsvNPSpc9+XRs X-Received: by 2002:aa7:850c:: with SMTP id v12mr556704pfn.145.1549543542380; Thu, 07 Feb 2019 04:45:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549543542; cv=none; d=google.com; s=arc-20160816; b=AYLvJYdSG0tOyIWwqDh8YmwRh74ZCgxttMWyL+UW19AEwyGrrGRMu5MP5iB0oZgtY6 PdvNuax+zqu2Pb6/1UN2OJ9wbXfTPxM8iVUDRHV38s0OUiqW4oAJpSWcp/DQEN+l+9Za HqaWtWQ8dLGax2fN2UWgU3Zqqk+PbjRxh1A5UTrmUOorupcT96bDhsNztUmOpIC0agjL 3rd++M44lmxR4te/HDpa49W4IfmyrNPEbWKI9AF1wPAd+L5R8rFBJ7QHGJlpOxNtZvRT 8rTvGSjB4pyl1q3gcpcl0QlRmc02g3UA5iPs3tGpKXUjpAXOf4QzyV8yRuZYcepafSy1 2Fng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:references :in-reply-to:message-id:date:subject:cc:to:from; bh=j3ue8BBntkunQEKJ4r/Ef7nT4m3vSAmwKLVpG8Vt6jo=; b=T8TwgaEIN/QVEmK/iBqCBinHOvp0YY8ytuujNwzPmddemb6FQZYnx+/PRpNjBbBrHW sjvtJK4QXcu9/KpJpFIT8T3UXeoKC6QXHXVTvFLk9bdyJsHu258wLw7/YraA1lXYuLP5 GNz5MCfj21TkbqLqOFi/+ML+Wd9YG+a09/Sj+J3MPk/HIOrd5OofSHxTnbC1QUtDxeWx eGa9Datn1Bn1a4Auo3UMwe7u5LExTYjyTQk74zTIV6yapLQCVUCLnaCAP1g0c8h2wUns AivSZ/y9gDAunJoZZVQlFTqo/0bQP/U1ISjM36UHw+ubaFadDb/p1a5321ySW35M99Pa N40A== 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 31si9261085plh.274.2019.02.07.04.45.25; Thu, 07 Feb 2019 04:45:42 -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 S1727083AbfBGMpP (ORCPT + 99 others); Thu, 7 Feb 2019 07:45:15 -0500 Received: from mail.ispras.ru ([83.149.199.45]:60540 "EHLO mail.ispras.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726769AbfBGMpO (ORCPT ); Thu, 7 Feb 2019 07:45:14 -0500 Received: from green.intra.ispras.ru (pluton2.ispras.ru [83.149.199.44]) by mail.ispras.ru (Postfix) with ESMTPSA id B4C865400AA; Thu, 7 Feb 2019 15:45:12 +0300 (MSK) From: Denis Efremov To: Eric Paris Cc: Denis Efremov , Casey Schaufler , "Eric W. Biederman" , Kees Cook , John Johansen , James Morris , "Serge E. Hallyn" , Paul Moore , Kentaro Takeda , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 01/10] security: fix documentation for the sb_copy_data hook Date: Thu, 7 Feb 2019 15:44:49 +0300 Message-Id: <163c782b51c696ea210dfa9043ea64cabac44ef7.1549540487.git.efremov@ispras.ru> X-Mailer: git-send-email 2.17.2 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The @type argument of the sb_copy_data hook was removed in the commit "LSM/SELinux: Interfaces to allow FS to control mount options" (e0007529893c). This commit removes the description of the @type argument from the LSM documentation. Signed-off-by: Denis Efremov --- include/linux/lsm_hooks.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h index 9a0bdf91e646..de179331be5c 100644 --- a/include/linux/lsm_hooks.h +++ b/include/linux/lsm_hooks.h @@ -111,7 +111,6 @@ * options cleanly (a filesystem may modify the data e.g. with strsep()). * This also allows the original mount data to be stripped of security- * specific options to avoid having to make filesystems aware of them. - * @type the type of filesystem being mounted. * @orig the original mount data copied from userspace. * @copy copied data which will be passed to the security module. * Returns 0 if the copy was successful. -- 2.17.2