From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30E38C43331 for ; Thu, 7 Nov 2019 22:05:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E578C2075C for ; Thu, 7 Nov 2019 22:05:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573164340; bh=cygUg6uzZhrE0QtmMOaogM8YgrVMvUUpNVFQTtn+FhQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=T6HIzQrRy2EfDRQ5mo5Y2KoXpL/g6I0X0j5JA+qfUHPR/6D8L1kQtTdQqCgVt1xSa IxjtKLgZ8UruaEGQWoW0EMuXiqu6w+Tv8289gJiW9A80PzqfAbxNUdddJVggQYS3+K gzxK/sQvapfErTAy3HCt21xVmIqhS6KiyELN6y0g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725906AbfKGWFj (ORCPT ); Thu, 7 Nov 2019 17:05:39 -0500 Received: from mail.kernel.org ([198.145.29.99]:36220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725882AbfKGWFj (ORCPT ); Thu, 7 Nov 2019 17:05:39 -0500 Received: from ebiggers-linuxstation.mtv.corp.google.com (unknown [104.132.1.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 75F1820679; Thu, 7 Nov 2019 22:05:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573164338; bh=cygUg6uzZhrE0QtmMOaogM8YgrVMvUUpNVFQTtn+FhQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=U2ahxXJfpD62ZZyL2kWYVQCil+YiEuYvGM8qrEkDSjEVJjfGgM3GEvh0BPqaKZlR2 3AK1LyQIj/blgbUFME6KpJ1OgdutTDdk902RgybzDOjQPJjSSRYVTaCtNIbbKUWQO7 BxkzKA5F71d6dLX4jWeEJPrEmQnD9ad5nJk92Dt0= From: Eric Biggers To: linux-man@vger.kernel.org Cc: darrick.wong@oracle.com, dhowells@redhat.com, jaegeuk@kernel.org, linux-api@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-fscrypt@vger.kernel.org, linux-fsdevel@vger.kernel.org, tytso@mit.edu, victorhsieh@google.com Subject: [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY Date: Thu, 7 Nov 2019 14:02:48 -0800 Message-Id: <20191107220248.32025-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.24.0.rc1.363.gb1bccd3e3d-goog In-Reply-To: <20191107014420.GD15212@magnolia> References: <20191107014420.GD15212@magnolia> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-fscrypt-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fscrypt@vger.kernel.org From: Eric Biggers Document the verity attribute for statx(). Signed-off-by: Eric Biggers --- man2/statx.2 | 4 ++++ 1 file changed, 4 insertions(+) RFC since the kernel patches are currently under review. The kernel patches can be found here: https://lkml.kernel.org/linux-fscrypt/20191029204141.145309-1-ebiggers@kernel.org/T/#u diff --git a/man2/statx.2 b/man2/statx.2 index d2f1b07b8..713bd1260 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -461,6 +461,10 @@ See .TP .B STATX_ATTR_ENCRYPTED A key is required for the file to be encrypted by the filesystem. +.TP +.B STATX_ATTR_VERITY +The file has fs-verity enabled. It cannot be written to, and all reads from it +will be verified against a Merkle tree. .SH RETURN VALUE On success, zero is returned. On error, \-1 is returned, and -- 2.24.0.rc1.363.gb1bccd3e3d-goog From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Biggers Subject: [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY Date: Thu, 7 Nov 2019 14:02:48 -0800 Message-ID: <20191107220248.32025-1-ebiggers@kernel.org> References: <20191107014420.GD15212@magnolia> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20191107014420.GD15212@magnolia> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: linux-man@vger.kernel.org Cc: tytso@mit.edu, darrick.wong@oracle.com, linux-api@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, dhowells@redhat.com, linux-fscrypt@vger.kernel.org, linux-fsdevel@vger.kernel.org, jaegeuk@kernel.org, linux-ext4@vger.kernel.org, victorhsieh@google.com List-Id: linux-api@vger.kernel.org From: Eric Biggers Document the verity attribute for statx(). Signed-off-by: Eric Biggers --- man2/statx.2 | 4 ++++ 1 file changed, 4 insertions(+) RFC since the kernel patches are currently under review. The kernel patches can be found here: https://lkml.kernel.org/linux-fscrypt/20191029204141.145309-1-ebiggers@kernel.org/T/#u diff --git a/man2/statx.2 b/man2/statx.2 index d2f1b07b8..713bd1260 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -461,6 +461,10 @@ See .TP .B STATX_ATTR_ENCRYPTED A key is required for the file to be encrypted by the filesystem. +.TP +.B STATX_ATTR_VERITY +The file has fs-verity enabled. It cannot be written to, and all reads from it +will be verified against a Merkle tree. .SH RETURN VALUE On success, zero is returned. On error, \-1 is returned, and -- 2.24.0.rc1.363.gb1bccd3e3d-goog From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF46FC43331 for ; Thu, 7 Nov 2019 22:05:47 +0000 (UTC) Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B6D3A20679; Thu, 7 Nov 2019 22:05:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sourceforge.net header.i=@sourceforge.net header.b="NE0n/wAE"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sf.net header.i=@sf.net header.b="GycZObWK"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="U2ahxXJf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B6D3A20679 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-f2fs-devel-bounces@lists.sourceforge.net Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1iSpuV-0004lO-7S; Thu, 07 Nov 2019 22:05:47 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1iSpuU-0004lH-Ca for linux-f2fs-devel@lists.sourceforge.net; Thu, 07 Nov 2019 22:05:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=nAb9irmCAunDOExsJB2L2MBaTS4yIB16q0lF7rnLn1E=; b=NE0n/wAE7V5d/fZp6C1hdmUb5/ FLuOZ2RvYktUUmoprDTrTWhYJPidk4kRIzXZXmNxuvRVl4LJOxHJgqAGzH9jkWFGXFgYQNZx/h7QO 2SJrnI72h2rD8Ns1EhHjiRm7OPdtcupkR06/r+nlBWaYdHB3lxD7E4xWZVVDwlopCdY8=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-Id: Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=nAb9irmCAunDOExsJB2L2MBaTS4yIB16q0lF7rnLn1E=; b=GycZObWK4TFV2SEon33OnGfUbK bBompluMXFBOFvuQxY7MukFzMHUM3FtSj45AmajvDjYIubMC/qlJ5EVjNfSwuJxMOy3iY9JSLVVpU Nsqw8oYu3fmtz3ZYHHp93Dgy+uyErpqjNjQ6ZhhgE1nbL0przBZpG/jZnYzns8j9nvwQ=; Received: from mail.kernel.org ([198.145.29.99]) by sfi-mx-3.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) id 1iSpuS-004ATA-EY for linux-f2fs-devel@lists.sourceforge.net; Thu, 07 Nov 2019 22:05:46 +0000 Received: from ebiggers-linuxstation.mtv.corp.google.com (unknown [104.132.1.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 75F1820679; Thu, 7 Nov 2019 22:05:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573164338; bh=cygUg6uzZhrE0QtmMOaogM8YgrVMvUUpNVFQTtn+FhQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=U2ahxXJfpD62ZZyL2kWYVQCil+YiEuYvGM8qrEkDSjEVJjfGgM3GEvh0BPqaKZlR2 3AK1LyQIj/blgbUFME6KpJ1OgdutTDdk902RgybzDOjQPJjSSRYVTaCtNIbbKUWQO7 BxkzKA5F71d6dLX4jWeEJPrEmQnD9ad5nJk92Dt0= From: Eric Biggers To: linux-man@vger.kernel.org Date: Thu, 7 Nov 2019 14:02:48 -0800 Message-Id: <20191107220248.32025-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.24.0.rc1.363.gb1bccd3e3d-goog In-Reply-To: <20191107014420.GD15212@magnolia> References: <20191107014420.GD15212@magnolia> MIME-Version: 1.0 X-Headers-End: 1iSpuS-004ATA-EY Subject: [f2fs-dev] [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tytso@mit.edu, darrick.wong@oracle.com, linux-api@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, dhowells@redhat.com, linux-fscrypt@vger.kernel.org, linux-fsdevel@vger.kernel.org, jaegeuk@kernel.org, linux-ext4@vger.kernel.org, victorhsieh@google.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net From: Eric Biggers Document the verity attribute for statx(). Signed-off-by: Eric Biggers --- man2/statx.2 | 4 ++++ 1 file changed, 4 insertions(+) RFC since the kernel patches are currently under review. The kernel patches can be found here: https://lkml.kernel.org/linux-fscrypt/20191029204141.145309-1-ebiggers@kernel.org/T/#u diff --git a/man2/statx.2 b/man2/statx.2 index d2f1b07b8..713bd1260 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -461,6 +461,10 @@ See .TP .B STATX_ATTR_ENCRYPTED A key is required for the file to be encrypted by the filesystem. +.TP +.B STATX_ATTR_VERITY +The file has fs-verity enabled. It cannot be written to, and all reads from it +will be verified against a Merkle tree. .SH RETURN VALUE On success, zero is returned. On error, \-1 is returned, and -- 2.24.0.rc1.363.gb1bccd3e3d-goog _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel