Home
last modified time | relevance | path

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

/freebsd-12.1/sys/security/mac_lomac/
H A Dmac_lomac.c492 maybe_demote(struct mac_lomac *subjlabel, struct mac_lomac *objlabel, in maybe_demote() argument
513 if (lomac_dominate_single(objlabel, &subj->mac_lomac)) { in maybe_demote()
522 lomac_copy_single(objlabel, &subj->mac_lomac); in maybe_demote()
529 if (!lomac_dominate_element(&objlabel->ml_single, in maybe_demote()
531 subj->mac_lomac.ml_rangelow = objlabel->ml_single; in maybe_demote()
532 subj->mac_lomac.ml_rangehigh = objlabel->ml_single; in maybe_demote()
555 lomac_to_string(&objlabel_sb, objlabel); in maybe_demote()