Lines Matching defs:portcon
2744 struct ocontext *portcon;
2752 for (portcon = pdb->ocontexts[2]; portcon != NULL; portcon = portcon->next) {
2753 switch (portcon->u.port.protocol) {
2759 sepol_log_err("Unknown portcon protocol: %i", portcon->u.port.protocol);
2764 low = portcon->u.port.low_port;
2765 high = portcon->u.port.high_port;
2776 ctx = context_to_str(pdb, &portcon->context[0]);
2782 sepol_printf(out, "(portcon %s %s %s)\n", protocol, low_high_str, ctx);
2791 sepol_log_err("Error writing portcon rules to CIL\n");