btrfs-progs: docs: list supported fs-verity ioctls

[ci skip]

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2024-07-30 18:48:55 +02:00
parent 6b99f901df
commit bf2eb30e0c
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ The fs-verity is a support layer that filesystems can hook into to
support transparent integrity and authenticity protection of read-only
files. This requires a separate management utility :command:`fsverity`.
The ioctls supported by btrfs:
* `FS_IOC_ENABLE_VERITY <https://www.kernel.org/doc/html/latest/filesystems/fsverity.html#fs-ioc-enable-verity>`__
* `FS_IOC_MEASURE_VERITY <https://www.kernel.org/doc/html/latest/filesystems/fsverity.html#fs-ioc-measure-verity>`__
See also:
https://www.kernel.org/doc/html/latest/filesystems/fsverity.html