From eb9400440d4925896b43c13679247b3aedd2152a Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 18 Sep 2019 18:35:49 -0700 Subject: sys/linux: re-generate Linux descriptions from next-20190918 --- sys/linux/fsverity_arm.const | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/linux/fsverity_arm.const') diff --git a/sys/linux/fsverity_arm.const b/sys/linux/fsverity_arm.const index 11164226f..85dca7d42 100644 --- a/sys/linux/fsverity_arm.const +++ b/sys/linux/fsverity_arm.const @@ -1,7 +1,6 @@ # AUTOGENERATED FILE -FS_IOC_ENABLE_VERITY = 26245 +FS_IOC_ENABLE_VERITY = 1082156677 FS_IOC_MEASURE_VERITY = 3221513862 -FS_VERITY_ALG_CRC32C = 3 -FS_VERITY_ALG_SHA256 = 1 -FS_VERITY_ALG_SHA512 = 2 +FS_VERITY_HASH_ALG_SHA256 = 1 +FS_VERITY_HASH_ALG_SHA512 = 2 __NR_ioctl = 54 -- cgit mrf-deployment