summaryrefslogtreecommitdiff
path: root/ubusd_acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ubusd_acl.h')
-rw-r--r--ubusd_acl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubusd_acl.h b/ubusd_acl.h
index a6a6a30..11c8117 100644
--- a/ubusd_acl.h
+++ b/ubusd_acl.h
@@ -19,6 +19,7 @@ enum ubusd_acl_type {
UBUS_ACL_SUBSCRIBE,
UBUS_ACL_ACCESS,
UBUS_ACL_LISTEN,
+ UBUS_ACL_SEND,
};
int ubusd_acl_check(struct ubus_client *cl, const char *obj, const char *method, enum ubusd_acl_type type);