Lines Matching defs:ibendportcon
2839 struct ocontext *ibendportcon;
2844 for (ibendportcon = pdb->ocontexts[OCON_IBENDPORT];
2845 ibendportcon != NULL; ibendportcon = ibendportcon->next) {
2846 rc = snprintf(port_str, 4, "%u", ibendportcon->u.ibendport.port);
2852 ctx = context_to_str(pdb, &ibendportcon->context[0]);
2858 sepol_printf(out, "ibendportcon %s %s %s\n", ibendportcon->u.ibendport.dev_name, port_str, ctx);
2867 sepol_log_err("Error writing ibendportcon rules to policy.conf\n");