Re: [PATCH] remove function audit_receive_filter here in kerenl/audit.c

From: Li Zefan
Date: Wed May 20 2009 - 23:05:54 EST


> diff --git a/kernel/audit.c b/kernel/audit.c
> index 9442c35..40fc803 100644
> --- a/kernel/audit.c
> +++ b/kernel/audit.c
> @@ -790,6 +790,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
> }
> /* fallthrough */
> case AUDIT_LIST:
> + case AUDIT_LIST_RULES:
> err = audit_receive_filter(msg_type, NETLINK_CB(skb).pid,
> uid, seq, data, nlmsg_len(nlh),
> loginuid, sessionid, sid);
> @@ -807,12 +808,6 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
> audit_log_end(ab);
> return -EPERM;
> }
> - /* fallthrough */

This patch is obviously wrong.

> - case AUDIT_LIST_RULES:
> - err = audit_receive_filter(msg_type, NETLINK_CB(skb).pid,
> - uid, seq, data, nlmsg_len(nlh),
> - loginuid, sessionid, sid);
> - break;
> case AUDIT_TRIM:
> audit_trim_trees();
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/