From 9ad2b03833bd53433399b67a9895c2c9e4684808 Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 26 Jun 2019 13:53:58 -0700 Subject: [PATCH] permissions-reference: briefly mention (pi)eval, iexec commands --- docs/permissions-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/permissions-reference.md b/docs/permissions-reference.md index de60e55..b2bf151 100644 --- a/docs/permissions-reference.md +++ b/docs/permissions-reference.md @@ -58,8 +58,8 @@ Remote versions of the `manage`, `list`, `sync`, and `clear` commands also exist - `commands.status` - Grants access to the `status` command. **With the default permissions set, this is granted to all users.** ## Exec -- `exec.exec` - Grants access to the `exec` command. -- `exec.eval` - Grants access to the `eval` command. +- `exec.exec` - Grants access to the `exec` and `iexec` commands. +- `exec.eval` - Grants access to the `eval`, `ieval`, `peval`, and `pieval` commands. - `exec.inject` - Grants access to the `inject` command. - `exec.threadinfo` - Grants access to the `threadinfo` command.