Searched refs:ADMIN_LOW (Results 1 – 10 of 10) sorted by relevance
/titanic_44/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;
|
H A D | tnzonecfg | 59 global:ADMIN_LOW:1:111/tcp;111/udp;500/udp;4500/udp;515/tcp;631/tcp;2049/tcp;6000-6003/tcp:6000-600…
|
/titanic_44/usr/src/common/tsol/ |
H A D | stol.c | 53 ((strncasecmp(s, ADMIN_LOW, (sizeof (ADMIN_LOW) - 1)) == 0) && \ 54 (s[sizeof (ADMIN_LOW) - 1] == '\0'))
|
H A D | ltos.c | 153 if ((*s = strdup(ADMIN_LOW)) == NULL) { in l_to_str_internal() 232 if ((*s = strdup(ADMIN_LOW)) == NULL) { in label_to_str()
|
/titanic_44/usr/src/lib/libtsol/common/ |
H A D | stob.c | 54 ((strncasecmp(sl, ADMIN_LOW, (sizeof (ADMIN_LOW) - 1)) == 0))
|
H A D | btos.c | 191 return (return_string(string, str_len, ADMIN_LOW)); in bsltos() 285 return (return_string(string, str_len, ADMIN_LOW)); in bcleartos()
|
/titanic_44/usr/src/uts/common/sys/tsol/ |
H A D | label.h | 47 #define ADMIN_LOW "ADMIN_LOW" macro
|
/titanic_44/usr/src/lib/libtsnet/common/ |
H A D | tsol_sgettpent.c | 173 if (str_to_label(ADMIN_LOW, &llow, MAC_LABEL, in parse_remainder()
|
/titanic_44/usr/src/cmd/auditreduce/ |
H A D | option.c | 1173 if (str_to_label(ADMIN_LOW, &m_label->lower_bound, MAC_LABEL, in proc_label()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1365 if (strcasecmp(hexsl, ADMIN_LOW) == 0) { in zfs_check_global_label()
|