Home
last modified time | relevance | path

Searched refs:IMA_HASH (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/security/integrity/ima/
H A Dima.h139 #define IMA_HASH 0x00000100 macro
156 IMA_HASH | IMA_APPRAISE_SUBMASK)
H A Dima_appraise.c84 func, mask, IMA_APPRAISE | IMA_HASH, NULL, in ima_must_appraise()
638 !(iint->flags & IMA_HASH)) in ima_update_xattr()
H A Dima_api.c195 int flags = IMA_MEASURE | IMA_AUDIT | IMA_APPRAISE | IMA_HASH; in ima_get_action()
H A Dima_main.c340 if ((action & IMA_HASH) && in process_measurement()
348 action ^= IMA_HASH; in process_measurement()
H A Dima_policy.c770 action &= ~IMA_HASH; in ima_match_policy()