OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /cdrom/../usr/src/linux-headers-5.4.0-144-generic/security/integrity/evm/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# 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