Searched refs:min_sl (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libtsnet/common/ |
H A D | misc.c | 187 m_label_t *min_sl = NULL, *max_sl = NULL; in rtsa_keyword() local 244 m_label_free(min_sl); /* in case of duplicate */ in rtsa_keyword() 245 min_sl = NULL; in rtsa_keyword() 246 if (str_to_label(attrbuf, &min_sl, MAC_LABEL, in rtsa_keyword() 278 m_label_free(min_sl); /* in case of duplicate */ in rtsa_keyword() 279 min_sl = NULL; in rtsa_keyword() 280 if (str_to_label(attrbuf, &min_sl, MAC_LABEL, in rtsa_keyword() 286 *max_sl = *min_sl; in rtsa_keyword() 343 if (!bldominates(max_sl, min_sl)) { in rtsa_keyword() 349 sp->rtsa_slrange.lower_bound = *min_sl; in rtsa_keyword() [all …]
|
/titanic_41/usr/src/cmd/tsol/updatehome/ |
H A D | updatehome.c | 103 m_label_t *min_sl; in main() local 160 min_sl = m_label_alloc(MAC_LABEL); in main() 166 if (userdefs(min_sl, clearance) == -1) { in main() 174 if (str_to_label(kv_str, &min_sl, MAC_LABEL, L_NO_CORRECTION, in main() 183 if (__setupfiles(pwd, min_sl, flags) != 0) { in main()
|
H A D | setupfiles.c | 89 __setupfiles(const struct passwd *pwd, const m_label_t *min_sl, int flags) in __setupfiles() argument 108 if (blequal(plabel, min_sl)) { in __setupfiles() 120 if ((min_zoneid = getzoneidbylabel(min_sl)) == -1) { in __setupfiles()
|
/titanic_41/usr/src/cmd/tsol/tnctl/ |
H A D | tnrhtp | 29 #_unlab:host_type=unlabeled;doi=1;def_label=ADMIN_LOW;min_sl=ADMIN_LOW;max_sl=ADMIN_HIGH 32 cipso:host_type=cipso;doi=1;min_sl=ADMIN_LOW;max_sl=ADMIN_HIGH; 34 admin_low:host_type=unlabeled;doi=1;min_sl=ADMIN_LOW;max_sl=ADMIN_HIGH;def_label=ADMIN_LOW;
|