SandboxSettings constructor
const
SandboxSettings({
- bool enabled = false,
- bool autoAllowBashIfSandboxed = false,
- SandboxNetworkConfig? network,
- SandboxFilesystemConfig? filesystem,
- List<
String> ignoredViolations = const [],
Implementation
const SandboxSettings({
this.enabled = false,
this.failIfUnavailable = false,
this.autoAllowBashIfSandboxed = false,
this.network,
this.filesystem,
this.ignoredViolations = const [],
});