Home | History | Annotate | Download | only in src

Lines Matching refs:portcon

2621 	struct ocontext *portcon;
2629 for (portcon = pdb->ocontexts[2]; portcon != NULL; portcon = portcon->next) {
2630 switch (portcon->u.port.protocol) {
2635 sepol_log_err("Unknown portcon protocol: %i", portcon->u.port.protocol);
2640 low = portcon->u.port.low_port;
2641 high = portcon->u.port.high_port;
2652 ctx = context_to_str(pdb, &portcon->context[0]);
2658 sepol_printf(out, "(portcon %s %s %s)\n", protocol, low_high_str, ctx);
2667 sepol_log_err("Error writing portcon rules to CIL\n");