Home
last modified time | relevance | path

Searched refs:ima (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/security/integrity/ima/
DMakefile7 obj-$(CONFIG_IMA) += ima.o
9 ima-y := ima_fs.o ima_queue.o ima_init.o ima_main.o ima_crypto.o ima_api.o \
11 ima-$(CONFIG_IMA_APPRAISE) += ima_appraise.o
12 ima-$(CONFIG_HAVE_IMA_KEXEC) += ima_kexec.o
DKconfig68 The original 'ima' measurement list template contains a
70 limited to 255 characters. The 'ima-ng' measurement list
75 bool "ima"
77 bool "ima-ng (default)"
79 bool "ima-sig"
85 default "ima" if IMA_TEMPLATE
86 default "ima-ng" if IMA_NG_TEMPLATE
87 default "ima-sig" if IMA_SIG_TEMPLATE
157 <http://linux-ima.sourceforge.net>
227 bool "Require all keys on the .ima keyring be signed (deprecated)"
[all …]
/Linux-v4.19/security/integrity/
DMakefile13 subdir-$(CONFIG_IMA) += ima
14 obj-$(CONFIG_IMA) += ima/
DKconfig26 of the different use cases - evm, ima, and modules.
50 This option requires that all keys added to the .ima and
69 source security/integrity/ima/Kconfig
/Linux-v4.19/Documentation/security/
DIMA-templates.rst9 The original ``ima`` template is fixed length, containing the filedata hash
51 The functions ``ima[_ascii]_measurements_show()`` retrieve, for each entry,
77 - "ima": its format is ``d|n``;
78 - "ima-ng" (default): its format is ``d-ng|n-ng``;
79 - "ima-sig": its format is ``d-ng|n-ng|sig``.
90 configuration (``ima-ng`` is the default choice);
/Linux-v4.19/Documentation/ABI/testing/
Dima_policy1 What: security/ima/policy
10 Policies are loaded into the securityfs file ima/policy
13 the file ima/policy is closed.
Devm58 core/ima-setup) have support for loading keys at boot
/Linux-v4.19/drivers/misc/sgi-gru/
Dgru_instructions.h100 unsigned char ima: 3; /* CB_DelRep, unmapped mode */ member
315 unsigned long idef2, unsigned char ima) in __opdword() argument
322 (ima << GRU_CB_IMA_SHFT) | in __opdword()
626 unsigned int ima :3; member
/Linux-v4.19/security/integrity/evm/
DKconfig37 security.SMACK64, security.capability, and security.ima) included
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt1591 Formats: { "ima" | "ima-ng" | "ima-sig" }
1592 Default: "ima-ng"
1598 ima.ahash_minsize= [IMA] Minimum file size for asynchronous hash usage
1607 ima.ahash_bufsize= [IMA] Asynchronous hash buffer size
/Linux-v4.19/
DMAINTAINERS7307 F: security/integrity/ima/