diff options
Diffstat (limited to 'net/netlabel/netlabel_user.c')
-rw-r--r-- | net/netlabel/netlabel_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlabel/netlabel_user.c b/net/netlabel/netlabel_user.c index 9fae63f10298..9650c4ad5f88 100644 --- a/net/netlabel/netlabel_user.c +++ b/net/netlabel/netlabel_user.c | |||
@@ -109,7 +109,7 @@ struct audit_buffer *netlbl_audit_start_common(int type, | |||
109 | return NULL; | 109 | return NULL; |
110 | 110 | ||
111 | audit_log_format(audit_buf, "netlabel: auid=%u ses=%u", | 111 | audit_log_format(audit_buf, "netlabel: auid=%u ses=%u", |
112 | audit_info->loginuid, | 112 | from_kuid(&init_user_ns, audit_info->loginuid), |
113 | audit_info->sessionid); | 113 | audit_info->sessionid); |
114 | 114 | ||
115 | if (audit_info->secid != 0 && | 115 | if (audit_info->secid != 0 && |