3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00

permissions-reference: briefly mention (pi)eval, iexec commands

This commit is contained in:
James Lu 2019-06-26 13:53:58 -07:00
parent 19c7dce931
commit 9ad2b03833

View File

@ -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.** - `commands.status` - Grants access to the `status` command. **With the default permissions set, this is granted to all users.**
## Exec ## Exec
- `exec.exec` - Grants access to the `exec` command. - `exec.exec` - Grants access to the `exec` and `iexec` commands.
- `exec.eval` - Grants access to the `eval` command. - `exec.eval` - Grants access to the `eval`, `ieval`, `peval`, and `pieval` commands.
- `exec.inject` - Grants access to the `inject` command. - `exec.inject` - Grants access to the `inject` command.
- `exec.threadinfo` - Grants access to the `threadinfo` command. - `exec.threadinfo` - Grants access to the `threadinfo` command.