## Default Permission This permission set configures if your application can enable or disable auto starting the application on boot. #### Granted Permissions It allows all to check, enable and disable the automatic start on boot. - `allow-enable` - `allow-disable` - `allow-is-enabled` ## Permission Table
Identifier | Description |
---|---|
`autostart:allow-disable` | Enables the disable command without any pre-configured scope. |
`autostart:deny-disable` | Denies the disable command without any pre-configured scope. |
`autostart:allow-enable` | Enables the enable command without any pre-configured scope. |
`autostart:deny-enable` | Denies the enable command without any pre-configured scope. |
`autostart:allow-is-enabled` | Enables the is_enabled command without any pre-configured scope. |
`autostart:deny-is-enabled` | Denies the is_enabled command without any pre-configured scope. |