Home
last modified time | relevance | path

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

/linux/security/integrity/ima/
H A Dima_iint.c35 #define IMA_MAX_NESTING (FILESYSTEM_MAX_STACK_DEPTH + 1) macro
47 static struct lock_class_key ima_iint_mutex_key[IMA_MAX_NESTING]; in ima_iint_lockdep_annotate()
51 if (WARN_ON_ONCE(depth < 0 || depth >= IMA_MAX_NESTING)) in ima_iint_lockdep_annotate()