Remove acl use.

This commit is contained in:
jbnadal
2018-05-02 17:49:07 +02:00
parent 93206103a3
commit daf90bd396

View File

@@ -101,6 +101,9 @@ ubusd_acl_check(struct ubus_client *cl, const char *obj,
struct blob_attr *cur; struct blob_attr *cur;
int rem; int rem;
// HACK JBN
return 0;
if (!cl->uid) if (!cl->uid)
return 0; return 0;