Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 346333
Collapse All | Expand All

(-)avc.c.orig (-1 / +1 lines)
Lines 145-151 Link Here
145
145
146
#ifdef CONFIG_GRKERNSEC_SELINUX_AVC_LOG_IPADDR
146
#ifdef CONFIG_GRKERNSEC_SELINUX_AVC_LOG_IPADDR
147
	if (current->signal->curr_ip)
147
	if (current->signal->curr_ip)
148
		audit_log_format(ab, "ipaddr=%u.%u.%u.%u ", NIPQUAD(current->signal->curr_ip));
148
		audit_log_format(ab, "ipaddr=%pI4 ", &current->signal->curr_ip);
149
#endif
149
#endif
150
150
151
	rc = security_sid_to_context(ssid, &scontext, &scontext_len);
151
	rc = security_sid_to_context(ssid, &scontext, &scontext_len);

Return to bug 346333