allowAll

@get:JvmName(name = "getAllowAll")
@set:JvmName(name = "setAllowAll")
var allowAll: Boolean
Policy: Allow all I/O.

This policy allows completely unrestricted I/O for host-side operations and guest-side operations. Extreme care
should be exercised before enabling this flag.

bool allow_all = 1;