[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090521023111.GA4863@helight>
Date: Thu, 21 May 2009 10:31:11 +0800
From: Zhenwen Xu <helight.xu@...il.com>
To: linux-kernel@...r.kernel.org
Cc: viro@...iv.linux.org.uk, eparis@...hat.com
Subject: [PATCH] remove function audit_receive_filter here in kerenl/audit.c
both case AUDIT_LIST: and case AUDIT_LIST_RULES: call this function
audit_receive_filter in the same way, so I think we can put them together
by removing another one.
Signed-off-by: Zhenwen Xu <helight.xu@...il.com>
---
kernel/audit.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
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 */
- 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();
--
1.5.6.5
--
--------------------------------
http://zhwen.org - Open and Free
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists