projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1489cf
)
dm/connector: Only process connector packages from privileged processes
author
Philipp Reisner
<
[email protected]
>
Fri, 2 Oct 2009 02:40:08 +0000
(
02:40
+0000)
committer
David S. Miller
<
[email protected]
>
Fri, 2 Oct 2009 17:54:10 +0000
(10:54 -0700)
Signed-off-by: Philipp Reisner <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/md/dm-log-userspace-transfer.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-log-userspace-transfer.c
b/drivers/md/dm-log-userspace-transfer.c
index 1327e1a684df37f1fe7e02689260d8f4b029af80..54abf9e303b7d66c4f41de1ef1ff17197572d292 100644
(file)
--- a/
drivers/md/dm-log-userspace-transfer.c
+++ b/
drivers/md/dm-log-userspace-transfer.c
@@
-133,6
+133,9
@@
static void cn_ulog_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp)
{
struct dm_ulog_request *tfr = (struct dm_ulog_request *)(msg + 1);
+ if (!cap_raised(nsp->eff_cap, CAP_SYS_ADMIN))
+ return;
+
spin_lock(&receiving_list_lock);
if (msg->len == 0)
fill_pkg(msg, NULL);