DIR:/usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/build/security/integrity/evm/ |
Current File : //usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/build/security/integrity/evm/Makefile |
# SPDX-License-Identifier: GPL-2.0-only # # 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 |