Home
last modified time | relevance | path

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

/security/
Dsecurity.c55 static __initdata struct lsm_info *exclusive; variable
137 if ((lsm->flags & LSM_FLAG_EXCLUSIVE) && exclusive) { in lsm_allowed()
185 if ((lsm->flags & LSM_FLAG_EXCLUSIVE) && !exclusive) { in prepare_lsm()
186 exclusive = lsm; in prepare_lsm()