projects
/
oweals
/
ubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c9322c
)
ubusd: allow all object access if uid=0 (ignore gid)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Dec 2015 19:16:31 +0000
(20:16 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Dec 2015 19:16:36 +0000
(20:16 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
ubusd_acl.c
patch
|
blob
|
history
diff --git
a/ubusd_acl.c
b/ubusd_acl.c
index 9c2775063db7ea048d77ffa82f8ecfa6145336af..eb5cec55aeb14aae42864ca6b69e878636985199 100644
(file)
--- a/
ubusd_acl.c
+++ b/
ubusd_acl.c
@@
-101,7
+101,7
@@
ubusd_acl_check(struct ubus_client *cl, const char *obj,
struct blob_attr *cur;
int rem;
- if (!cl->
gid && !cl->
uid)
+ if (!cl->uid)
return 0;
acl = avl_find_ge_element(&ubusd_acls, obj, acl, avl);