Home | History | Annotate | Download | only in newrole

Lines Matching full:enforcing

683 	int enforcing = security_getenforce();
690 if (enforcing < 0) {
691 fprintf(stderr, _("Could not determine enforcing mode.\n"));
706 enforcing ? "Error" : "Warning", ttyn);
707 if (enforcing)
716 enforcing ? "Error" : "Warning", ttyn);
717 if (enforcing)
725 enforcing ? "Error" : "Warning", ttyn);
728 if (enforcing)
1057 fprintf(stderr, _("Could not determine enforcing mode.\n"));