1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for caching inode integrity data (i 4 # 5 6 obj-$(CONFIG_INTEGRITY) += integrity.o 7 8 integrity-y := iint.o 9 integrity-$(CONFIG_INTEGRITY_AUDIT) += integri 10 integrity-$(CONFIG_INTEGRITY_SIGNATURE) += dig 11 integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) 12 integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) 13 integrity-$(CONFIG_INTEGRITY_MACHINE_KEYRING) 14 integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform 15 platform 16 platform 17 integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_ 18 integrity-$(CONFIG_LOAD_PPC_KEYS) += platform_ 19 platform_ 20 platform_ 21 # The relative order of the 'ima' and 'evm' LS 22 obj-$(CONFIG_IMA) += ima 23 obj-$(CONFIG_EVM) += evm
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.