On Mon, Aug 15, 2022 at 01:54:42PM -0700, Boris Burkov wrote: > Process an enable_verity cmd by running the enable verity ioctl on the > file. Since enabling verity denies write access to the file, it is > important that we don't have any open write file descriptors. > > This also revs the send stream format to version 3 with no format > changes besides the new commands and attributes. > > Note: the build is conditional on the header linux/fsverity.h > > Signed-off-by: Boris Burkov <boris@xxxxxx> Added to devel, thanks. The v3 is still in the works and unstable so we need to keep both sides in sync. I've added a line to configure summary and added a line to 'btrfs receive --help' if it's compiled in. We may also want to add an option to receive to skip verity records so the stream can be received but without them, but that's for future once we'll start with v3 again.