ima: pass 'opened' flag to identify newly created files
[linux-2.6-block.git] / security / integrity / Makefile
CommitLineData
f381c272
MZ
1#
2# Makefile for caching inode integrity data (iint)
3#
4
5obj-$(CONFIG_INTEGRITY) += integrity.o
d726d8d7 6obj-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o
f1be242c 7obj-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
e0751257 8obj-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
f381c272
MZ
9
10integrity-y := iint.o
11
12subdir-$(CONFIG_IMA) += ima
e0c2de2b 13obj-$(CONFIG_IMA) += ima/
66dbc325 14subdir-$(CONFIG_EVM) += evm
e0c2de2b 15obj-$(CONFIG_EVM) += evm/