Searched refs:is_system_labeled (Results 1 - 25 of 127) sorted by relevance

123456

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dlabel.c42 * is_system_labeled :
47 is_system_labeled(void) function
/illumos-gate/usr/src/lib/pam_modules/tsol_acct/
H A Dtsol_acct.c80 if (!is_system_labeled())
/illumos-gate/usr/src/uts/common/sys/
H A Ducred.h107 (is_system_labeled() ? sizeof (bslabel_t) : 0))
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dallowed.c60 if (is_system_labeled()) {
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtx.c107 if (is_system_labeled()) {
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_allocate.c127 if (is_system_labeled())
H A Daudit_ftpd.c180 if (is_system_labeled())
286 if (is_system_labeled())
H A Daudit_rexd.c205 if (is_system_labeled())
331 if (is_system_labeled())
H A Daudit_rexecd.c197 if (is_system_labeled())
308 if (is_system_labeled())
H A Daudit_rshd.c136 if (is_system_labeled())
/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c80 if (!is_system_labeled()) {
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c84 if (is_system_labeled()) {
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel.h160 #define is_system_labeled() (!!(sys_labeling > 0)) macro
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dlpadmin.c97 system_labeled = is_system_labeled();
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c101 if ((is_system_labeled() &&
328 if (is_system_labeled() && prs->secure->slabel != NULL) {
605 if (is_system_labeled()) {
908 if (is_system_labeled() && (wants_nolabels == 1)) {
931 if (is_system_labeled()) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c183 if (is_system_labeled()) {
450 if (is_system_labeled() && error == 0) {
483 if (is_system_labeled() && error == 0) {
627 if (is_system_labeled()) {
652 (!is_system_labeled() || admin_low_client ||
661 } else if (!is_system_labeled() || admin_low_client ||
672 (!is_system_labeled() || admin_low_client || equal_label)) {
683 } else if (!is_system_labeled() || admin_low_client ||
693 (!is_system_labeled() || admin_low_client ||
780 if (is_system_labeled()) {
[all...]
/illumos-gate/usr/src/lib/libtsol/common/
H A Dlabel.h143 extern int is_system_labeled(void);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c201 if (is_system_labeled() && !tsol_can_reply_error(inmp, ira))
287 if (is_system_labeled() && ixa->ixa_tsl != NULL) {
350 if (is_system_labeled() && !tsol_can_reply_error(inmp, ira))
439 if (is_system_labeled()) {
H A Dsctp_bind.c161 if (is_system_labeled())
639 if (is_system_labeled()) {
806 if (is_system_labeled() &&
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c268 if (is_system_labeled() &&
300 if (is_system_labeled() &&
357 if (connp->conn_anon_mlp && is_system_labeled()) {
409 if (is_system_labeled()) {
/illumos-gate/usr/src/cmd/lp/lib/secure/
H A Dsecure.c204 if (is_system_labeled()) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c195 if (is_system_labeled() && is_multilevel(prognum))
330 if (is_system_labeled() &&
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ducred.c270 if (!is_system_labeled() || slabel == NULL) {
/illumos-gate/usr/src/cmd/nscd/
H A Dserver.c136 if (is_system_labeled() && (getzoneid() != GLOBAL_ZONEID)) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_main.c225 if (is_system_labeled()) {

Completed in 105 milliseconds

123456