1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux 1 2 /* 3 * Copyright (c) 2022, Google LLC 4 */ 5 6 #ifndef _UAPI_LINUX_LOOP_LOADPIN_H 7 #define _UAPI_LINUX_LOOP_LOADPIN_H 8 9 #define LOADPIN_IOC_MAGIC 'L' 10 11 /** 12 * LOADPIN_IOC_SET_TRUSTED_VERITY_DIGESTS - Se 13 * th 14 * 15 * Takes a file descriptor from which to read 16 * is expected to contain a list of digests in 17 * must be issued on the securityfs attribute 18 * under /sys/kernel/security/loadpin/dm-verit 19 */ 20 #define LOADPIN_IOC_SET_TRUSTED_VERITY_DIGESTS 21 22 #endif /* _UAPI_LINUX_LOOP_LOADPIN_H */ 23
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.