Home
last modified time | relevance | path

Searched refs:IMA_AUDIT (Results 1 – 3 of 3) sorted by relevance

/linux/security/integrity/ima/
H A Dima.h137 #define IMA_AUDIT 0x00000040 macro
155 #define IMA_DO_MASK (IMA_MEASURE | IMA_APPRAISE | IMA_AUDIT | \
H A Dima_api.c197 int flags = IMA_MEASURE | IMA_AUDIT | IMA_APPRAISE | IMA_HASH; in ima_get_action()
H A Dima_main.c438 if (action & IMA_AUDIT) in process_measurement()