Home
last modified time | relevance | path

Searched refs:IMA_NONACTION_FLAGS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/integrity/
H A Dintegrity.h35 #define IMA_NONACTION_FLAGS 0xff000000 macro
46 #define IMA_NONACTION_RULE_FLAGS (IMA_NONACTION_FLAGS & ~IMA_NEW_FILE)
/openbmc/linux/security/integrity/ima/
H A Dima_policy.c763 action |= entry->flags & IMA_NONACTION_FLAGS; in ima_match_policy()