From fff077f67a744fdf8b21379e7635406db54e0776 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 25 Jan 2023 12:28:37 -0800 Subject: [PATCH] fsverity.rst: update git repo URL for fsverity-utils The fsverity-utils git repo is moving out of my personal directory; see the announcement at https://lore.kernel.org/r/Y9GKm+hcm70myZkr@sol.localdomain. Signed-off-by: Eric Biggers Link: https://lore.kernel.org/r/20230125203025.28187-1-ebiggers@kernel.org --- Documentation/filesystems/fsverity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/fsverity.rst b/Documentation/filesystems/fsverity.rst index 3a13aa41de17..6b722c5cc476 100644 --- a/Documentation/filesystems/fsverity.rst +++ b/Documentation/filesystems/fsverity.rst @@ -625,7 +625,7 @@ Userspace utility This document focuses on the kernel, but a userspace utility for fs-verity can be found at: - https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git + https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git See the README.md file in the fsverity-utils source tree for details, including examples of setting up fs-verity protected files.