|
@@ -771,7 +771,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
|
|
|
/* fallthrough */
|
|
|
case AUDIT_LIST:
|
|
|
err = audit_receive_filter(msg_type, NETLINK_CB(skb).pid,
|
|
|
- uid, seq, data, nlmsg_len(nlh),
|
|
|
+ seq, data, nlmsg_len(nlh),
|
|
|
loginuid, sessionid, sid);
|
|
|
break;
|
|
|
case AUDIT_ADD_RULE:
|
|
@@ -790,7 +790,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
|
|
|
/* fallthrough */
|
|
|
case AUDIT_LIST_RULES:
|
|
|
err = audit_receive_filter(msg_type, NETLINK_CB(skb).pid,
|
|
|
- uid, seq, data, nlmsg_len(nlh),
|
|
|
+ seq, data, nlmsg_len(nlh),
|
|
|
loginuid, sessionid, sid);
|
|
|
break;
|
|
|
case AUDIT_TRIM:
|