D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
kernels
/
3.10.0-1160.119.1.el7.tuxcare.els21.x86_64
/
security
/
integrity
/
Filename :
Makefile
back
Copy
# # Makefile for caching inode integrity data (iint) # obj-$(CONFIG_INTEGRITY) += integrity.o obj-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o obj-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o integrity-y := iint.o subdir-$(CONFIG_IMA) += ima obj-$(CONFIG_IMA) += ima/built-in.o subdir-$(CONFIG_EVM) += evm obj-$(CONFIG_EVM) += evm/built-in.o