Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnrhtp29 #_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;
/illumos-gate/usr/src/common/tsol/
H A Dstol.c56 ((strncasecmp(s, ADMIN_HIGH, (sizeof (ADMIN_HIGH) - 1)) == 0) && \
57 (s[sizeof (ADMIN_HIGH) - 1] == '\0'))
H A Dltos.c159 if ((*s = strdup(ADMIN_HIGH)) == NULL) { in l_to_str_internal()
237 if ((*s = strdup(ADMIN_HIGH)) == NULL) { in label_to_str()
/illumos-gate/usr/src/lib/libtsol/common/
H A Dstob.c55 ((strncasecmp(sh, ADMIN_HIGH, (sizeof (ADMIN_HIGH) - 1)) == 0))
H A Dbtos.c191 return (return_string(string, str_len, ADMIN_HIGH)); in bsltos()
285 return (return_string(string, str_len, ADMIN_HIGH)); in bcleartos()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel.h48 #define ADMIN_HIGH "ADMIN_HIGH" macro
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c1181 if (str_to_label(ADMIN_HIGH, &m_label->upper_bound, in proc_label()
1208 if (str_to_label(ADMIN_HIGH, &m_label->upper_bound, in proc_label()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1562 if (strcasecmp(hexsl, ADMIN_HIGH) == 0) in zfs_check_global_label()