Current Path : /usr/src/kernels/4.18.0-553.50.1.el8_10.x86_64/security/integrity/evm/ |
Current File : //usr/src/kernels/4.18.0-553.50.1.el8_10.x86_64/security/integrity/evm/Makefile |
# # Makefile for building the Extended Verification Module(EVM) # obj-$(CONFIG_EVM) += evm.o evm-y := evm_main.o evm_crypto.o evm_secfs.o evm-$(CONFIG_FS_POSIX_ACL) += evm_posix_acl.o