Searched refs:mls_dominate_effective (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/security/mac_mls/ |
| HD | mac_mls.c | 245 mls_dominate_effective(struct mac_mls *a, struct mac_mls *b) in mls_dominate_effective() function 862 if (!mls_dominate_effective(subj, obj)) in mls_cred_check_visible() 1086 if (!mls_dominate_effective(subj, obj)) in mls_inpcb_check_visible() 1232 if (!mls_dominate_effective(subj, obj)) in mls_mount_check_stat() 1354 if (!mls_dominate_effective(subj, obj)) in mls_pipe_check_poll() 1372 if (!mls_dominate_effective(subj, obj)) in mls_pipe_check_read() 1441 if (!mls_dominate_effective(subj, obj)) in mls_pipe_check_stat() 1459 if (!mls_dominate_effective(obj, subj)) in mls_pipe_check_write() 1501 if (!mls_dominate_effective(obj, subj)) in mls_posixsem_check_openunlink() 1519 if (!mls_dominate_effective(subj, obj)) in mls_posixsem_check_rdonly() [all …]
|