Home
last modified time | relevance | path

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

/openbmc/linux/security/integrity/
H A Diint.c69 #define IMA_MAX_NESTING (FILESYSTEM_MAX_STACK_DEPTH+1) macro
81 static struct lock_class_key iint_mutex_key[IMA_MAX_NESTING]; in iint_lockdep_annotate()
85 if (WARN_ON_ONCE(depth < 0 || depth >= IMA_MAX_NESTING)) in iint_lockdep_annotate()