## Default Permission This permission set configures which process feeatures are by default exposed. #### Granted Permissions This enables to quit via `allow-exit` and restart via `allow-restart` the application. - `allow-exit` - `allow-restart` ## Permission Table
Identifier | Description |
---|---|
`process:allow-exit` | Enables the exit command without any pre-configured scope. |
`process:deny-exit` | Denies the exit command without any pre-configured scope. |
`process:allow-restart` | Enables the restart command without any pre-configured scope. |
`process:deny-restart` | Denies the restart command without any pre-configured scope. |