Lines Matching refs:secctx
377 char *secctx = NULL; in netlbl_unlhsh_add() local
442 &secctx, in netlbl_unlhsh_add()
444 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_add()
445 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_add()
476 char *secctx; in netlbl_unlhsh_remove_addr4() local
498 &secctx, &secctx_len) == 0) { in netlbl_unlhsh_remove_addr4()
499 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_remove_addr4()
500 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_remove_addr4()
537 char *secctx; in netlbl_unlhsh_remove_addr6() local
558 &secctx, &secctx_len) == 0) { in netlbl_unlhsh_remove_addr6()
559 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_remove_addr6()
560 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_remove_addr6()
1074 char *secctx; in netlbl_unlabel_staticlist_gen() local
1130 ret_val = security_secid_to_secctx(secid, &secctx, &secctx_len); in netlbl_unlabel_staticlist_gen()
1136 secctx); in netlbl_unlabel_staticlist_gen()
1137 security_release_secctx(secctx, secctx_len); in netlbl_unlabel_staticlist_gen()