Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_lomac/
H A Dmac_lomac.c491 maybe_demote(struct mac_lomac *subjlabel, struct mac_lomac *objlabel, in maybe_demote() argument
512 if (lomac_dominate_single(objlabel, &subj->mac_lomac)) { in maybe_demote()
521 lomac_copy_single(objlabel, &subj->mac_lomac); in maybe_demote()
528 if (!lomac_dominate_element(&objlabel->ml_single, in maybe_demote()
530 subj->mac_lomac.ml_rangelow = objlabel->ml_single; in maybe_demote()
531 subj->mac_lomac.ml_rangehigh = objlabel->ml_single; in maybe_demote()
552 lomac_to_string(&objlabel_sb, objlabel); in maybe_demote()