Searched refs:ADMIN_HIGH (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/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;
|
/illumos-gate/usr/src/common/tsol/ |
H A D | stol.c | 56 ((strncasecmp(s, ADMIN_HIGH, (sizeof (ADMIN_HIGH) - 1)) == 0) && \ 57 (s[sizeof (ADMIN_HIGH) - 1] == '\0'))
|
H A D | ltos.c | 159 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 D | stob.c | 55 ((strncasecmp(sh, ADMIN_HIGH, (sizeof (ADMIN_HIGH) - 1)) == 0))
|
H A D | btos.c | 191 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 D | label.h | 48 #define ADMIN_HIGH "ADMIN_HIGH" macro
|
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | option.c | 1181 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 D | zfs_vfsops.c | 1562 if (strcasecmp(hexsl, ADMIN_HIGH) == 0) in zfs_check_global_label()
|