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
499 &secctx, &secctx_len) == 0) { in netlbl_unlhsh_remove_addr4()
500 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_remove_addr4()
501 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_remove_addr4()
538 char *secctx; in netlbl_unlhsh_remove_addr6() local
560 &secctx, &secctx_len) == 0) { in netlbl_unlhsh_remove_addr6()
561 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_remove_addr6()
562 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_remove_addr6()
1076 char *secctx; in netlbl_unlabel_staticlist_gen() local
1132 ret_val = security_secid_to_secctx(secid, &secctx, &secctx_len); in netlbl_unlabel_staticlist_gen()
1138 secctx); in netlbl_unlabel_staticlist_gen()
1139 security_release_secctx(secctx, secctx_len); in netlbl_unlabel_staticlist_gen()