allowAll

@get:JvmName(name = "getAllowAll")
@set:JvmName(name = "setAllowAll")
var allowAll: Boolean
## Policies: Allow-all.

Allows all host access for the guest language. This means the guest language can load classes, access I/O, and
perform other potentially sensitive or dangerous operations. Exercise extreme caution enabling this policy.

bool allow_all = 1;