property Deno.PermissionOptionsObject.sys
Specifies if the `sys` permission should be requested or revoked.
If set to `"inherit"`, the current `sys` permission will be inherited.
If set to `true`, the global `sys` permission will be requested.
If set to `false`, the global `sys` permission will be revoked.
"inherit"
| boolean
| string[]