From 787b2548405ea343f26a96fa3aca91c1bf059d02 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 13 Mar 2017 13:40:09 -0700 Subject: [PATCH] permissions-reference: document global.global permission --- docs/permissions-reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/permissions-reference.md b/docs/permissions-reference.md index 1808372..0513e88 100644 --- a/docs/permissions-reference.md +++ b/docs/permissions-reference.md @@ -60,6 +60,9 @@ Remote versions of the `manage`, `list`, `sync`, and `clear` commands also exist - `exec.raw` - Allows access to the `raw` command. - `exec.inject` - Allows access to the `inject` command. +## Global +- `global.global` - Allows access to the `global` command. + ## Networks - `networks.disconnect` - Allows access to the `disconnect` command. - `networks.autoconnect` - Allows access to the `autoconnect` command.